EncryptionSettingsCollection 클래스
디스크 또는 스냅샷 대한 암호화 설정입니다.
Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.
- 상속
-
azure.mgmt.compute._serialization.ModelEncryptionSettingsCollection
생성자
EncryptionSettingsCollection(*, enabled: bool, encryption_settings: List[_models.EncryptionSettingsElement] | None = None, encryption_settings_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
- enabled
- bool
이 플래그를 true로 설정하고 DiskEncryptionKey 및 선택적 KeyEncryptionKey를 제공하여 암호화를 사용하도록 설정합니다. 이 플래그를 false로 설정하고 DiskEncryptionKey 및 KeyEncryptionKey를 제거하여 암호화를 사용하지 않도록 설정합니다. Request 개체에서 EncryptionSettings가 null이면 기존 설정은 변경되지 않은 상태로 유지됩니다. 필수 요소.
- encryption_settings
- list[EncryptionSettingsElement]
각 디스크 볼륨에 대해 하나씩 암호화 설정 컬렉션입니다.
- encryption_settings_version
- str
디스크에 사용되는 암호화 유형을 설명합니다. 이 필드를 설정하면 덮어쓸 수 없습니다. '1.0'은 AAD 앱을 사용하는 Azure Disk Encryption에 해당합니다.'1.1'은 Azure Disk Encryption에 해당합니다.
변수
- enabled
- bool
이 플래그를 true로 설정하고 DiskEncryptionKey 및 선택적 KeyEncryptionKey를 제공하여 암호화를 사용하도록 설정합니다. 이 플래그를 false로 설정하고 DiskEncryptionKey 및 KeyEncryptionKey를 제거하여 암호화를 사용하지 않도록 설정합니다. Request 개체에서 EncryptionSettings가 null이면 기존 설정은 변경되지 않은 상태로 유지됩니다. 필수 요소.
- encryption_settings
- list[EncryptionSettingsElement]
각 디스크 볼륨에 대해 하나씩 암호화 설정 컬렉션입니다.
- encryption_settings_version
- str
디스크에 사용되는 암호화 유형을 설명합니다. 이 필드를 설정하면 덮어쓸 수 없습니다. '1.0'은 AAD 앱을 사용하는 Azure Disk Encryption에 해당합니다.'1.1'은 Azure Disk Encryption에 해당합니다.
Azure SDK for Python