public class Node extends Object
| 构造器和说明 |
|---|
Node() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBandwidth()
网络带宽
|
String |
getCluster()
集群
|
Long |
getCpu()
cpu数量
|
String |
getDatacenter()
数据中心
|
String |
getDeployUnit()
部署单元
|
Long |
getDisk()
磁盘大小
|
String |
getEip()
节点外部IP
|
String |
getHostname()
hostname
|
Long |
getMemory()
内存大小
|
String |
getNodeId()
节点ID
|
Long |
getNodeType()
节点类型
|
String |
getRip()
节点真实IP
|
String |
getVersion()
节点版本号
|
void |
setBandwidth(String bandwidth)
网络带宽
|
void |
setCluster(String cluster)
集群
|
void |
setCpu(Long cpu)
cpu数量
|
void |
setDatacenter(String datacenter)
数据中心
|
void |
setDeployUnit(String deployUnit)
部署单元
|
void |
setDisk(Long disk)
磁盘大小
|
void |
setEip(String eip)
节点外部IP
|
void |
setHostname(String hostname)
hostname
|
void |
setMemory(Long memory)
内存大小
|
void |
setNodeId(String nodeId)
节点ID
|
void |
setNodeType(Long nodeType)
节点类型
|
void |
setRip(String rip)
节点真实IP
|
void |
setVersion(String version)
节点版本号
|
public String getHostname()
public void setHostname(String hostname)
public String getRip()
public void setRip(String rip)
public String getEip()
public void setEip(String eip)
public String getNodeId()
public void setNodeId(String nodeId)
public Long getNodeType()
public void setNodeType(Long nodeType)
public String getCluster()
public void setCluster(String cluster)
public String getDatacenter()
public void setDatacenter(String datacenter)
public String getDeployUnit()
public void setDeployUnit(String deployUnit)
public String getVersion()
public void setVersion(String version)
public Long getCpu()
public void setCpu(Long cpu)
public Long getMemory()
public void setMemory(Long memory)
public Long getDisk()
public void setDisk(Long disk)
public String getBandwidth()
public void setBandwidth(String bandwidth)
Copyright © 2025. All Rights Reserved.