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 |
---|---|
String |
getComputeGroupId()
Get 计算组ID
|
Long |
getCore()
Get cpu核数
|
String |
getCreateTime()
Get 创建时间
|
Long |
getDiskSize()
Get 磁盘大小
|
String |
getDiskType()
Get 磁盘类型
|
String |
getFeRole()
Get FE节点角色
|
String |
getIp()
Get IP地址
|
Long |
getMemory()
Get 内存大小
|
String |
getRip()
Get rip
|
String |
getRole()
Get 所属clickhouse cluster名称
|
String |
getSpec()
Get 机型,如 S1
|
String |
getStatus()
Get 状态
|
String |
getUUID()
Get UUID
|
String |
getVirtualZone()
Get 虚拟可用区
|
String |
getZone()
Get 可用区
|
void |
setComputeGroupId(String ComputeGroupId)
Set 计算组ID
|
void |
setCore(Long Core)
Set cpu核数
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDiskSize(Long DiskSize)
Set 磁盘大小
|
void |
setDiskType(String DiskType)
Set 磁盘类型
|
void |
setFeRole(String FeRole)
Set FE节点角色
|
void |
setIp(String Ip)
Set IP地址
|
void |
setMemory(Long Memory)
Set 内存大小
|
void |
setRip(String Rip)
Set rip
|
void |
setRole(String Role)
Set 所属clickhouse cluster名称
|
void |
setSpec(String Spec)
Set 机型,如 S1
|
void |
setStatus(String Status)
Set 状态
|
void |
setUUID(String UUID)
Set UUID
|
void |
setVirtualZone(String VirtualZone)
Set 虚拟可用区
|
void |
setZone(String Zone)
Set 可用区
|
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, toJsonString
public InstanceNode()
public InstanceNode(InstanceNode source)
public String getIp()
public void setIp(String Ip)
Ip
- IP地址public String getSpec()
public void setSpec(String Spec)
Spec
- 机型,如 S1public Long getCore()
public void setCore(Long Core)
Core
- cpu核数public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存大小public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 磁盘类型public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 磁盘大小public String getRole()
public void setRole(String Role)
Role
- 所属clickhouse cluster名称public String getStatus()
public void setStatus(String Status)
Status
- 状态public String getRip()
public void setRip(String Rip)
Rip
- rippublic String getFeRole()
public void setFeRole(String FeRole)
FeRole
- FE节点角色public String getUUID()
public void setUUID(String UUID)
UUID
- UUIDpublic String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getVirtualZone()
public void setVirtualZone(String VirtualZone)
VirtualZone
- 虚拟可用区public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getComputeGroupId()
public void setComputeGroupId(String ComputeGroupId)
ComputeGroupId
- 计算组IDCopyright © 2025. All rights reserved.