public static class RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The number of nodes in the cluster.
|
Integer |
disk
The size of the node storage space.
|
String |
diskType
The storage type of the node.
|
String |
spec
The node specifications of the cluster.
|
构造器和说明 |
---|
RestartInstanceResponseBodyResultMasterConfiguration() |
@NameInMap(value="amount") public Integer amount
The number of nodes in the cluster.
@NameInMap(value="disk") public Integer disk
The size of the node storage space. Unit: GB.
@NameInMap(value="diskType") public String diskType
The storage type of the node. This tool only supports cloud_ssd (cloud SSD) disks.
@NameInMap(value="spec") public String spec
The node specifications of the cluster.
public RestartInstanceResponseBodyResultMasterConfiguration()
public static RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration build(Map<String,?> map) throws Exception
Exception
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration setAmount(Integer amount)
public Integer getAmount()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration setDisk(Integer disk)
public Integer getDisk()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration setDiskType(String diskType)
public String getDiskType()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultMasterConfiguration setSpec(String spec)
public String getSpec()
Copyright © 2024. All rights reserved.