public static class CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
amount
The number of CPUs of the cloud desktop.
|
Long |
cpu
The size of the disk.
|
Long |
disk
The type of the hard disk.
|
String |
diskType
The memory size of the current node role.
|
Long |
memory
The type of the node.
|
String |
nodeType
The result calculated based on the capacity planning.
|
构造器和说明 |
---|
CapacityPlanResponseBodyResultNodeConfigurations() |
@NameInMap(value="Amount") public Long amount
The number of CPUs of the cloud desktop.
@NameInMap(value="Cpu") public Long cpu
The size of the disk. Unit: GiB.
@NameInMap(value="Disk") public Long disk
The type of the hard disk. Valid values:
* cloud_essd: enhanced SSD (ESSD)
* cloud_ssd: standard SSD
* cloud_efficiency: ultra disk
* local_ssd: local SSD
* local_efficiency: local ultra disk
@NameInMap(value="DiskType") public String diskType
The memory size of the current node role.
@NameInMap(value="Memory") public Long memory
The type of the node. Supported types are as follows:
* WORKER: data node
* WORKER_WARM: cold data node
* MASTER: dedicated master node
* KIBANA: Kibana node
* COORDINATING: client node
* ELASTIC_WORKER: elastic node
@NameInMap(value="NodeType") public String nodeType
The result calculated based on the capacity planning. No default value is available. The values are as follows:
* true: indicates that the number of data nodes calculated by capacity planning exceeds the threshold of 50.
* false: The number of data nodes calculated by capacity planning is less than 50.
public CapacityPlanResponseBodyResultNodeConfigurations()
public static CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations build(Map<String,?> map) throws Exception
Exception
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setAmount(Long amount)
public Long getAmount()
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setCpu(Long cpu)
public Long getCpu()
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setDisk(Long disk)
public Long getDisk()
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setDiskType(String diskType)
public String getDiskType()
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setMemory(Long memory)
public Long getMemory()
public CapacityPlanResponseBody.CapacityPlanResponseBodyResultNodeConfigurations setNodeType(String nodeType)
public String getNodeType()
Copyright © 2024. All rights reserved.