public class InstanceNode extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceNode() |
InstanceNode(InstanceNode 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 |
---|---|
Long |
getCore()
Get Number of CPU cores
|
Long |
getDiskSize()
Get Disk size
|
String |
getDiskType()
Get Disk type
|
String |
getFeRole()
Get FE node role
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIp()
Get IP address
|
Long |
getMemory()
Get Memory size
|
String |
getRip()
Get rip
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRole()
Get The name of the clickhouse cluster to which it belongs.
|
String |
getSpec()
Get Model, such as S1
|
String |
getStatus()
Get Status
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUUID()
Get UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCore(Long Core)
Set Number of CPU cores
|
void |
setDiskSize(Long DiskSize)
Set Disk size
|
void |
setDiskType(String DiskType)
Set Disk type
|
void |
setFeRole(String FeRole)
Set FE node role
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIp(String Ip)
Set IP address
|
void |
setMemory(Long Memory)
Set Memory size
|
void |
setRip(String Rip)
Set rip
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRole(String Role)
Set The name of the clickhouse cluster to which it belongs.
|
void |
setSpec(String Spec)
Set Model, such as S1
|
void |
setStatus(String Status)
Set Status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUUID(String UUID)
Set UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InstanceNode()
public InstanceNode(InstanceNode source)
public String getIp()
public void setIp(String Ip)
Ip
- IP addresspublic String getSpec()
public void setSpec(String Spec)
Spec
- Model, such as S1public Long getCore()
public void setCore(Long Core)
Core
- Number of CPU corespublic Long getMemory()
public void setMemory(Long Memory)
Memory
- Memory sizepublic String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Disk typepublic Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Disk sizepublic String getRole()
public void setRole(String Role)
Role
- The name of the clickhouse cluster to which it belongs.public String getStatus()
public void setStatus(String Status)
Status
- Status
Note: This field may return null, indicating that no valid values can be obtained.public String getRip()
public void setRip(String Rip)
Rip
- rip
Note: This field may return null, indicating that no valid values can be obtained.public String getFeRole()
public void setFeRole(String FeRole)
FeRole
- FE node role
Note: This field may return null, indicating that no valid values can be obtained.public String getUUID()
public void setUUID(String UUID)
UUID
- UUID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.