public static class ReplaceSystemDiskRequest.ReplaceSystemDiskRequestSystemDisk
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
ReplaceSystemDiskRequestSystemDisk() |
限定符和类型 | 方法和说明 |
---|---|
static ReplaceSystemDiskRequest.ReplaceSystemDiskRequestSystemDisk |
build(Map<String,?> map) |
Integer |
getSize() |
ReplaceSystemDiskRequest.ReplaceSystemDiskRequestSystemDisk |
setSize(Integer size) |
@NameInMap(value="Size") public Integer size
The capacity of the new system disk. Unit: GiB. Valid values for different disk categories:
Basic disk: Max{20, Size of the image specified by ImageId} to 500.
Enterprise SSD (ESSD):
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.
example:If the capacity of the new system disk exceeds
Max{20, Capacity of the original system disk}
, you are charged for the excess capacity.
80
public static ReplaceSystemDiskRequest.ReplaceSystemDiskRequestSystemDisk build(Map<String,?> map) throws Exception
Exception
public ReplaceSystemDiskRequest.ReplaceSystemDiskRequestSystemDisk setSize(Integer size)
public Integer getSize()
Copyright © 2024. All rights reserved.