public class VCloudExpStorageSummary
extends java.lang.Object
Constructor and Description |
---|
VCloudExpStorageSummary() |
Modifier and Type | Method and Description |
---|---|
double |
getCombinedCapacityGB() |
double |
getCombinedCapacityGBLocal() |
double |
getCombinedCapacityGBNfs() |
double |
getCombinedCapacityGBSan() |
double |
getCombinedFreeGB() |
double |
getCombinedFreeGBLocal() |
double |
getCombinedFreeGBNfs() |
double |
getCombinedFreeGBSan() |
double |
getCombinedFreePct() |
double |
getCombinedFreePctLocal() |
double |
getCombinedFreePctNfs() |
double |
getCombinedFreePctSan() |
java.lang.String |
getDsWithHighUsage() |
java.lang.String |
getDsWithHighUsageLocal() |
java.lang.String |
getDsWithHighUsageNfs() |
java.lang.String |
getDsWithHighUsageSan() |
int |
getNumDatastores() |
int |
getNumDatastoresLocal() |
int |
getNumDatastoresNfs() |
int |
getNumDatastoresSan() |
void |
setCombinedCapacityGB(double combinedCapacityGB) |
void |
setCombinedCapacityGBLocal(double combinedCapacityGBLocal) |
void |
setCombinedCapacityGBNfs(double combinedCapacityGBNfs) |
void |
setCombinedCapacityGBSan(double combinedCapacityGBSan) |
void |
setCombinedFreeGB(double combinedFreeGB) |
void |
setCombinedFreeGBLocal(double combinedFreeGBLocal) |
void |
setCombinedFreeGBNfs(double combinedFreeGBNfs) |
void |
setCombinedFreeGBSan(double combinedFreeGBSan) |
void |
setDsWithHighUsage(java.lang.String dsWithHighUsage) |
void |
setDsWithHighUsageLocal(java.lang.String dsWithHighUsageLocal) |
void |
setDsWithHighUsageNfs(java.lang.String dsWithHighUsageNfs) |
void |
setDsWithHighUsageSan(java.lang.String dsWithHighUsageSan) |
void |
setNumDatastores(int numDatastores) |
void |
setNumDatastoresLocal(int numDatastoresLocal) |
void |
setNumDatastoresNfs(int numDatastoresNfs) |
void |
setNumDatastoresSan(int numDatastoresSan) |
java.lang.String |
toString() |
public int getNumDatastores()
public void setNumDatastores(int numDatastores)
public double getCombinedCapacityGB()
public void setCombinedCapacityGB(double combinedCapacityGB)
public double getCombinedFreeGB()
public void setCombinedFreeGB(double combinedFreeGB)
public java.lang.String getDsWithHighUsage()
public void setDsWithHighUsage(java.lang.String dsWithHighUsage)
public double getCombinedFreePct()
public int getNumDatastoresNfs()
public void setNumDatastoresNfs(int numDatastoresNfs)
public double getCombinedCapacityGBNfs()
public void setCombinedCapacityGBNfs(double combinedCapacityGBNfs)
public double getCombinedFreeGBNfs()
public void setCombinedFreeGBNfs(double combinedFreeGBNfs)
public java.lang.String getDsWithHighUsageNfs()
public void setDsWithHighUsageNfs(java.lang.String dsWithHighUsageNfs)
public double getCombinedFreePctNfs()
public int getNumDatastoresLocal()
public void setNumDatastoresLocal(int numDatastoresLocal)
public double getCombinedCapacityGBLocal()
public void setCombinedCapacityGBLocal(double combinedCapacityGBLocal)
public double getCombinedFreeGBLocal()
public void setCombinedFreeGBLocal(double combinedFreeGBLocal)
public java.lang.String getDsWithHighUsageLocal()
public void setDsWithHighUsageLocal(java.lang.String dsWithHighUsageLocal)
public double getCombinedFreePctLocal()
public int getNumDatastoresSan()
public void setNumDatastoresSan(int numDatastoresSan)
public double getCombinedCapacityGBSan()
public void setCombinedCapacityGBSan(double combinedCapacityGBSan)
public double getCombinedFreeGBSan()
public void setCombinedFreeGBSan(double combinedFreeGBSan)
public java.lang.String getDsWithHighUsageSan()
public void setDsWithHighUsageSan(java.lang.String dsWithHighUsageSan)
public double getCombinedFreePctSan()
public java.lang.String toString()
toString
in class java.lang.Object