public class HyperVCluster
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HyperVCluster.HypervClusterIdentity |
Constructor and Description |
---|
HyperVCluster() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName() |
java.lang.String |
getClusterName() |
long |
getEffectiveCpu() |
long |
getEffectiveMemory() |
java.lang.String |
getHostGroup() |
java.util.List<HyperVHost> |
getHosts() |
EntityIdentityIf |
getIdentity() |
java.lang.String |
getIdentityKey() |
int |
getNumCpuCores() |
int |
getNumCpuThreads() |
int |
getNuMEffectiveHosts() |
int |
getNumHosts() |
java.lang.String |
getOverallStatus() |
long |
getTotalCpu() |
long |
getTotalMemory() |
void |
setAccountName(java.lang.String accountName) |
void |
setClusterName(java.lang.String clusterName) |
void |
setEffectiveCpu(long effectiveCpu) |
void |
setEffectiveMemory(long effectiveMemory) |
void |
setHostGroup(java.lang.String hostGroup) |
void |
setNumCpuCores(int numCpuCores) |
void |
setNumCpuThreads(int numCpuThreads) |
void |
setNuMEffectiveHosts(int nuMEffectiveHosts) |
void |
setNumHosts(int numHosts) |
void |
setOverallStatus(java.lang.String overallStatus) |
void |
setTotalCpu(long totalCpu) |
void |
setTotalMemory(long totalMemory) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
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 long getTotalCpu()
public void setTotalCpu(long totalCpu)
totalCpu
- the totalCpu to setpublic long getEffectiveMemory()
public void setEffectiveMemory(long effectiveMemory)
effectiveMemory
- the effectiveMemory to setpublic long getEffectiveCpu()
public void setEffectiveCpu(long 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 java.util.List<HyperVHost> getHosts()
public java.lang.String getHostGroup()
public void setHostGroup(java.lang.String hostGroup)
public EntityIdentityIf getIdentity()
public java.lang.String getIdentityKey()