public static final class ReplaceSystemDiskRequest.SystemDisk.Builder extends Object
构造器和说明 |
---|
Builder() |
public ReplaceSystemDiskRequest.SystemDisk.Builder size(Integer size)
* Basic disk: Max{20, Size of the image specified by ImageId} to 500. * Enterprise SSD (ESSD): * PL0: Max{1, Size of the image specified by ImageId} to 2048. * PL1: Max{20, Size of the image specified by ImageId} to 2048. * PL2: Max{461, Size of the image specified by ImageId} to 2048. * PL3: Max{1261, Size of the image specified by ImageId} to 2048. * ESSD AutoPL disk: Max{1, Size of the image specified by ImageId} to 2048. * Other disk categories: Max{20, Size of the image specified by ImageId} to 2048. Default value: 40 or the size of the image specified by ImageId, whichever is greater. > If the capacity of the new system disk exceeds `Max{20, Capacity of the original system disk}`, you are charged for the excess capacity.
public ReplaceSystemDiskRequest.SystemDisk build()
Copyright © 2024. All rights reserved.