public static final class ModifyScalingConfigurationRequest.SystemDisk.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public ModifyScalingConfigurationRequest.SystemDisk.Builder autoSnapshotPolicyId(String autoSnapshotPolicyId)
public ModifyScalingConfigurationRequest.SystemDisk.Builder burstingEnabled(Boolean burstingEnabled)
* true * false > This parameter is available only if you set `SystemDisk.Category` to `cloud_auto`.
public ModifyScalingConfigurationRequest.SystemDisk.Builder category(String category)
* cloud: basic disk * cloud_efficiency: ultra disk * cloud_ssd: standard SSD * cloud_essd: enhanced SSD (ESSD) * ephemeral_ssd: local SSD If you specify SystemDisk.Category, you cannot specify `SystemDiskCategories`. If you do not specify SystemDisk.Category or `SystemDiskCategories`, the default value of SystemDisk.Category is used. For non-I/O optimized instances of Generation I instance types, the default value is cloud. For instances of other instance types, the default value is cloud_efficiency.
public ModifyScalingConfigurationRequest.SystemDisk.Builder description(String description)
public ModifyScalingConfigurationRequest.SystemDisk.Builder diskName(String diskName)
Default value: null.
public ModifyScalingConfigurationRequest.SystemDisk.Builder encryptAlgorithm(String encryptAlgorithm)
* AES-256 * SM4-128 Default value: AES-256
public ModifyScalingConfigurationRequest.SystemDisk.Builder encrypted(Boolean encrypted)
* true * false Default value: false
public ModifyScalingConfigurationRequest.SystemDisk.Builder KMSKeyId(String KMSKeyId)
public ModifyScalingConfigurationRequest.SystemDisk.Builder performanceLevel(String performanceLevel)
* PL0: An ESSD can provide up to 10,000 random read/write IOPS. * PL1: An ESSD can provide up to 50,000 random read/write IOPS. * PL2: An ESSD can provide up to 100,000 random read/write IOPS. * PL3: An ESSD can provide up to 1,000,000 random read/write IOPS. > For more information about how to select ESSD PLs, see [ESSD](~~122389~~).
public ModifyScalingConfigurationRequest.SystemDisk.Builder provisionedIops(Long provisionedIops)
> IOPS measures the number of read and write operations that an EBS device can process per second.
public ModifyScalingConfigurationRequest.SystemDisk.Builder size(Integer size)
* If you set SystemDisk.Category to cloud: 20 to 500. * If you set SystemDisk.Category to cloud_efficiency: 20 to 500. * If you set SystemDisk.Category to cloud_ssd: 20 to 500. * If you set SystemDisk.Category to cloud_essd: 20 to 500. * If you set SystemDisk.Category to ephemeral_ssd: 20 to 500. The value of SystemDisk.Size must be greater than or equal to max{20, ImageSize}.
public ModifyScalingConfigurationRequest.SystemDisk build()
Copyright © 2024. All rights reserved.