public static class ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The network type.
|
Integer |
disk
The vSwitch ID of the cluster.
|
String |
diskType
The configuration of data nodes.
|
String |
spec
The zone where the cluster resides.
|
String |
specInfo |
构造器和说明 |
---|
ListInstanceResponseBodyResultMasterConfiguration() |
@NameInMap(value="amount") public Integer amount
The network type. Only Virtual Private Cloud (VPC) is supported.
@NameInMap(value="disk") public Integer disk
The vSwitch ID of the cluster.
@NameInMap(value="diskType") public String diskType
The configuration of data nodes.
@NameInMap(value="spec") public String spec
The zone where the cluster resides.
@NameInMap(value="specInfo") public String specInfo
public ListInstanceResponseBodyResultMasterConfiguration()
public static ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration build(Map<String,?> map) throws Exception
Exception
public ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration setAmount(Integer amount)
public Integer getAmount()
public ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration setDisk(Integer disk)
public Integer getDisk()
public ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration setDiskType(String diskType)
public String getDiskType()
public ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration setSpec(String spec)
public String getSpec()
public ListInstanceResponseBody.ListInstanceResponseBodyResultMasterConfiguration setSpecInfo(String specInfo)
public String getSpecInfo()
Copyright © 2024. All rights reserved.