public class VirtualMachineStorageSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
long |
committed |
Calendar |
timestamp |
long |
uncommitted |
long |
unshared |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineStorageSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted() |
Calendar |
getTimestamp() |
long |
getUncommitted() |
long |
getUnshared() |
void |
setCommitted(long committed) |
void |
setTimestamp(Calendar timestamp) |
void |
setUncommitted(long uncommitted) |
void |
setUnshared(long unshared) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic long committed
public long uncommitted
public long unshared
public Calendar timestamp
public long getCommitted()
public long getUncommitted()
public long getUnshared()
public Calendar getTimestamp()
public void setCommitted(long committed)
public void setUncommitted(long uncommitted)
public void setUnshared(long unshared)
public void setTimestamp(Calendar timestamp)
Copyright © 2011-2012. All Rights Reserved.