public static class ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The number of nodes.
|
Integer |
disk
The size of the node storage space.
|
Boolean |
diskEncryption
The storage type of the node.
|
String |
diskType
The configuration of dedicated master nodes.
|
String |
spec
The instance type of the node.
|
String |
specInfo |
构造器和说明 |
---|
ListInstanceResponseBodyResultElasticDataNodeConfiguration() |
@NameInMap(value="amount") public Integer amount
The number of nodes.
@NameInMap(value="disk") public Integer disk
The size of the node storage space. Unit: GB.
@NameInMap(value="diskEncryption") public Boolean diskEncryption
The storage type of the node.
@NameInMap(value="diskType") public String diskType
The configuration of dedicated master nodes.
@NameInMap(value="spec") public String spec
The instance type of the node. For more information, see [Specifications](https://help.aliyun.com/document_detail/271718.html).
@NameInMap(value="specInfo") public String specInfo
public ListInstanceResponseBodyResultElasticDataNodeConfiguration()
public static ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration build(Map<String,?> map) throws Exception
Exception
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setAmount(Integer amount)
public Integer getAmount()
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setDisk(Integer disk)
public Integer getDisk()
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setDiskEncryption(Boolean diskEncryption)
public Boolean getDiskEncryption()
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setDiskType(String diskType)
public String getDiskType()
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setSpec(String spec)
public String getSpec()
public ListInstanceResponseBody.ListInstanceResponseBodyResultElasticDataNodeConfiguration setSpecInfo(String specInfo)
public String getSpecInfo()
Copyright © 2024. All rights reserved.