public static class CreateAutoProvisioningGroupRequest.CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
encryptAlgorithm
> This parameter is in invitational preview and is unavailable.
|
String |
encrypted
Specifies whether to encrypt the disk.
|
String |
KMSKeyId
The ID of the Key Management Service (KMS) key used by the cloud disk.
|
构造器和说明 |
---|
CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk() |
@NameInMap(value="EncryptAlgorithm") public String encryptAlgorithm
> This parameter is in invitational preview and is unavailable.
@NameInMap(value="Encrypted") public String encrypted
Specifies whether to encrypt the disk. Valid values:
* true: encrypts the disk.
* false: does not encrypt the disk.
Default value: false.
@NameInMap(value="KMSKeyId") public String KMSKeyId
The ID of the Key Management Service (KMS) key used by the cloud disk.
public CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk()
public static CreateAutoProvisioningGroupRequest.CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk build(Map<String,?> map) throws Exception
Exception
public CreateAutoProvisioningGroupRequest.CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk setEncryptAlgorithm(String encryptAlgorithm)
public String getEncryptAlgorithm()
public CreateAutoProvisioningGroupRequest.CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk setEncrypted(String encrypted)
public String getEncrypted()
public CreateAutoProvisioningGroupRequest.CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk setKMSKeyId(String KMSKeyId)
public String getKMSKeyId()
Copyright © 2023. All rights reserved.