public static final class CreateAutoProvisioningGroupRequest.SystemDisk.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateAutoProvisioningGroupRequest.SystemDisk |
build() |
CreateAutoProvisioningGroupRequest.SystemDisk.Builder |
burstingEnabled(Boolean burstingEnabled)
Specifies whether to enable the performance burst feature for the system disk.
|
CreateAutoProvisioningGroupRequest.SystemDisk.Builder |
encryptAlgorithm(String encryptAlgorithm)
The algorithm to use to encrypt the system disk.
|
CreateAutoProvisioningGroupRequest.SystemDisk.Builder |
encrypted(String encrypted)
Specifies whether to encrypt the system disk.
|
CreateAutoProvisioningGroupRequest.SystemDisk.Builder |
KMSKeyId(String KMSKeyId)
The ID of the KMS key to use for the system disk.
|
CreateAutoProvisioningGroupRequest.SystemDisk.Builder |
provisionedIops(Long provisionedIops)
The provisioned read/write IOPS of the ESSD AutoPL disk to use as the system disk.
|
public CreateAutoProvisioningGroupRequest.SystemDisk.Builder burstingEnabled(Boolean burstingEnabled)
* true * false > This parameter is available only if you set `LaunchConfiguration.SystemDisk.Category` to `cloud_auto`. For more information, see [ESSD AutoPL disks](~~368372~~).
public CreateAutoProvisioningGroupRequest.SystemDisk.Builder encryptAlgorithm(String encryptAlgorithm)
* aes-256 * sm4-128 Default value: aes-256. When both LaunchTemplateId and LaunchConfiguration.\* parameters are specified, LaunchTemplateId takes precedence. > This parameter is not publicly available.
public CreateAutoProvisioningGroupRequest.SystemDisk.Builder encrypted(String encrypted)
* true * false Default value: false. When both LaunchTemplateId and LaunchConfiguration.\* parameters are specified, LaunchTemplateId takes precedence.
public CreateAutoProvisioningGroupRequest.SystemDisk.Builder KMSKeyId(String KMSKeyId)
When both LaunchTemplateId and LaunchConfiguration.\* parameters are specified, LaunchTemplateId takes precedence.
public CreateAutoProvisioningGroupRequest.SystemDisk.Builder provisionedIops(Long provisionedIops)
Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. > This parameter is available only if you set LaunchConfiguration.SystemDisk.Category to cloud_auto. For more information, see [ESSD AutoPL disks](~~368372~~).
public CreateAutoProvisioningGroupRequest.SystemDisk build()
Copyright © 2024. All rights reserved.