DiskEncryptionSetUpdate 클래스
디스크 암호화 집합 업데이트 리소스.
- 상속
-
azure.mgmt.compute._serialization.ModelDiskEncryptionSetUpdate
생성자
DiskEncryptionSetUpdate(*, tags: Dict[str, str] | None = None, identity: _models.EncryptionSetIdentity | None = None, encryption_type: str | _models.DiskEncryptionSetType | None = None, active_key: _models.KeyForDiskEncryptionSet | None = None, rotation_to_latest_key_version_enabled: bool | None = None, **kwargs)
변수
- identity
- EncryptionSetIdentity
디스크 암호화 집합에 대한 관리 ID입니다. 디스크를 암호화하는 데 사용하려면 키 자격 증명 모음에 대한 권한이 부여되어야 합니다.
- encryption_type
- str 또는 DiskEncryptionSetType
디스크의 데이터를 암호화하는 데 사용되는 키 유형입니다. 알려진 값은 "EncryptionAtRestWithCustomerKey" 및 "EncryptionAtRestWithPlatformAndCustomerKeys"입니다.
- active_key
- KeyForDiskEncryptionSet
Managed Disks 및 스냅샷의 서버 쪽 암호화에 사용할 Key Vault 키 URL입니다.
- rotation_to_latest_key_version_enabled
- bool
이 디스크 암호화 집합을 최신 키 버전으로 자동 업데이트하려면 이 플래그를 true로 설정합니다.