public class MasterNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MasterNodeInfo()  | 
MasterNodeInfo(MasterNodeInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getEnableDedicatedMaster()
Get Whether to enable the dedicated primary node 
 | 
Long | 
getMasterNodeCpuNum()
Get Number of CPU cores of the dedicated primary node 
 | 
Long | 
getMasterNodeDiskSize()
Get Disk size of the dedicated primary node in GB 
 | 
String | 
getMasterNodeDiskType()
Get Disk type of the dedicated primary node 
 | 
Long | 
getMasterNodeMemSize()
Get Memory size of the dedicated primary node in GB 
 | 
Long | 
getMasterNodeNum()
Get Number of dedicated primary nodes 
 | 
String | 
getMasterNodeType()
Get Dedicated primary node specification ES.S1.SMALL2: 1-core 2 GBES.S1.MEDIUM4: 2-core 4 GBES.S1.MEDIUM8: 2-core 8 GBES.S1.LARGE16: 4-core 16 GBES.S1.2XLARGE32: 8-core 32 GBES.S1.4XLARGE32: 16-core 32 GBES.S1.4XLARGE64: 16-core 64 GB 
 | 
void | 
setEnableDedicatedMaster(Boolean EnableDedicatedMaster)
Set Whether to enable the dedicated primary node 
 | 
void | 
setMasterNodeCpuNum(Long MasterNodeCpuNum)
Set Number of CPU cores of the dedicated primary node 
 | 
void | 
setMasterNodeDiskSize(Long MasterNodeDiskSize)
Set Disk size of the dedicated primary node in GB 
 | 
void | 
setMasterNodeDiskType(String MasterNodeDiskType)
Set Disk type of the dedicated primary node 
 | 
void | 
setMasterNodeMemSize(Long MasterNodeMemSize)
Set Memory size of the dedicated primary node in GB 
 | 
void | 
setMasterNodeNum(Long MasterNodeNum)
Set Number of dedicated primary nodes 
 | 
void | 
setMasterNodeType(String MasterNodeType)
Set Dedicated primary node specification ES.S1.SMALL2: 1-core 2 GBES.S1.MEDIUM4: 2-core 4 GBES.S1.MEDIUM8: 2-core 8 GBES.S1.LARGE16: 4-core 16 GBES.S1.2XLARGE32: 8-core 32 GBES.S1.4XLARGE32: 16-core 32 GBES.S1.4XLARGE64: 16-core 64 GB 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MasterNodeInfo()
public MasterNodeInfo(MasterNodeInfo source)
public Boolean getEnableDedicatedMaster()
public void setEnableDedicatedMaster(Boolean EnableDedicatedMaster)
EnableDedicatedMaster - Whether to enable the dedicated primary nodepublic String getMasterNodeType()
public void setMasterNodeType(String MasterNodeType)
MasterNodeType - Dedicated primary node specification public Long getMasterNodeNum()
public void setMasterNodeNum(Long MasterNodeNum)
MasterNodeNum - Number of dedicated primary nodespublic Long getMasterNodeCpuNum()
public void setMasterNodeCpuNum(Long MasterNodeCpuNum)
MasterNodeCpuNum - Number of CPU cores of the dedicated primary nodepublic Long getMasterNodeMemSize()
public void setMasterNodeMemSize(Long MasterNodeMemSize)
MasterNodeMemSize - Memory size of the dedicated primary node in GBpublic Long getMasterNodeDiskSize()
public void setMasterNodeDiskSize(Long MasterNodeDiskSize)
MasterNodeDiskSize - Disk size of the dedicated primary node in GBpublic String getMasterNodeDiskType()
public void setMasterNodeDiskType(String MasterNodeDiskType)
MasterNodeDiskType - Disk type of the dedicated primary nodeCopyright © 2025. All rights reserved.