public static class DescribeAutoSnapshotPolicyExResponseBody.DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
encrypted
Whether to enable encryption for cross-region snapshot replication.
|
String |
KMSKeyId
The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
|
构造器和说明 |
---|
DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration() |
@NameInMap(value="Encrypted") public Boolean encrypted
Whether to enable encryption for cross-region snapshot replication. Valid values:
Default value: false.
example:false
@NameInMap(value="KMSKeyId") public String KMSKeyId
The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
example:0e478b7a-4262-4802-b8cb-00d3fb40****
public DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration()
public static DescribeAutoSnapshotPolicyExResponseBody.DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration build(Map<String,?> map) throws Exception
Exception
public DescribeAutoSnapshotPolicyExResponseBody.DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration setEncrypted(Boolean encrypted)
public Boolean getEncrypted()
public DescribeAutoSnapshotPolicyExResponseBody.DescribeAutoSnapshotPolicyExResponseBodyAutoSnapshotPoliciesAutoSnapshotPolicyCopyEncryptionConfiguration setKMSKeyId(String KMSKeyId)
public String getKMSKeyId()
Copyright © 2024. All rights reserved.