public class VCloudExpCluster
extends java.lang.Object
Constructor and Description |
---|
VCloudExpCluster() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName() |
java.lang.String |
getClusterName() |
java.lang.String |
getDatacenterName() |
int |
getEffectiveCpu() |
long |
getEffectiveMemory() |
int |
getNumCpuCores() |
int |
getNumCpuThreads() |
int |
getNuMEffectiveHosts() |
int |
getNumHosts() |
java.lang.String |
getOverallStatus() |
int |
getTotalCpu() |
long |
getTotalMemory() |
java.util.List<VCloudExpHost> |
getvCloudExpHosts() |
void |
setAccountName(java.lang.String accountName) |
void |
setClusterName(java.lang.String clusterName) |
void |
setDatacenterName(java.lang.String datacenterName) |
void |
setEffectiveCpu(int effectiveCpu) |
void |
setEffectiveMemory(long effectiveMemory) |
void |
setNumCpuCores(int numCpuCores) |
void |
setNumCpuThreads(int numCpuThreads) |
void |
setNuMEffectiveHosts(int nuMEffectiveHosts) |
void |
setNumHosts(int numHosts) |
void |
setOverallStatus(java.lang.String overallStatus) |
void |
setTotalCpu(int totalCpu) |
void |
setTotalMemory(long totalMemory) |
void |
setvCloudExpHosts(java.util.List<VCloudExpHost> vCloudExpHosts) |
java.lang.String |
toString() |
public java.util.List<VCloudExpHost> getvCloudExpHosts()
public void setvCloudExpHosts(java.util.List<VCloudExpHost> vCloudExpHosts)
public java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
accountName
- the accountName to setpublic java.lang.String getClusterName()
public void setClusterName(java.lang.String clusterName)
clusterName
- the clusterName to setpublic java.lang.String getOverallStatus()
public void setOverallStatus(java.lang.String overallStatus)
overallStatus
- the overallStatus to setpublic long getTotalMemory()
public void setTotalMemory(long totalMemory)
totalMemory
- the totalMemory to setpublic int getTotalCpu()
public void setTotalCpu(int totalCpu)
totalCpu
- the totalCpu to setpublic long getEffectiveMemory()
public void setEffectiveMemory(long effectiveMemory)
effectiveMemory
- the effectiveMemory to setpublic int getEffectiveCpu()
public void setEffectiveCpu(int effectiveCpu)
effectiveCpu
- the effectiveCpu to setpublic int getNumCpuCores()
public void setNumCpuCores(int numCpuCores)
numCpuCores
- the numCpuCores to setpublic int getNumCpuThreads()
public void setNumCpuThreads(int numCpuThreads)
numCpuThreads
- the numCpuThreads to setpublic int getNuMEffectiveHosts()
public void setNuMEffectiveHosts(int nuMEffectiveHosts)
nuMEffectiveHosts
- the nuMEffectiveHosts to setpublic int getNumHosts()
public void setNumHosts(int numHosts)
numHosts
- the numHosts to setpublic void setDatacenterName(java.lang.String datacenterName)
public java.lang.String getDatacenterName()
public java.lang.String toString()
toString
in class java.lang.Object