public static class ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The size of the node storage space.
|
Integer |
disk
Specifies whether to enable disk encryption for the node.
|
String |
diskType
The storage type of the node.
|
String |
spec
The number of nodes.
|
String |
specInfo |
构造器和说明 |
---|
ListInstanceResponseBodyResultClientNodeConfiguration() |
@NameInMap(value="amount") public Integer amount
The size of the node storage space. Unit: GB.
@NameInMap(value="disk") public Integer disk
Specifies whether to enable disk encryption for the node. Valid values:
* true: enables instant image cache.
* false: disables reuse of image cache layers.
@NameInMap(value="diskType") public String diskType
The storage type of the node. Valid values:
* cloud_ssd: SSD.
* cloud_essd: ESSD.
* cloud_efficiency: ultra disk
@NameInMap(value="spec") public String spec
The number of nodes.
@NameInMap(value="specInfo") public String specInfo
public ListInstanceResponseBodyResultClientNodeConfiguration()
public static ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration build(Map<String,?> map) throws Exception
Exception
public ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration setAmount(Integer amount)
public Integer getAmount()
public ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration setDisk(Integer disk)
public Integer getDisk()
public ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration setDiskType(String diskType)
public String getDiskType()
public ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration setSpec(String spec)
public String getSpec()
public ListInstanceResponseBody.ListInstanceResponseBodyResultClientNodeConfiguration setSpecInfo(String specInfo)
public String getSpecInfo()
Copyright © 2024. All rights reserved.