public class VirtualMachineStorageSummary extends DynamicData
Java class for VirtualMachineStorageSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineStorageSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="committed" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="uncommitted" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="unshared" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
committed |
protected XMLGregorianCalendar |
timestamp |
protected long |
uncommitted |
protected long |
unshared |
| Constructor and Description |
|---|
VirtualMachineStorageSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted()
Gets the value of the committed property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
long |
getUncommitted()
Gets the value of the uncommitted property.
|
long |
getUnshared()
Gets the value of the unshared property.
|
void |
setCommitted(long value)
Sets the value of the committed property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setUncommitted(long value)
Sets the value of the uncommitted property.
|
void |
setUnshared(long value)
Sets the value of the unshared property.
|
protected long committed
protected long uncommitted
protected long unshared
protected XMLGregorianCalendar timestamp
public long getCommitted()
public void setCommitted(long value)
public long getUncommitted()
public void setUncommitted(long value)
public long getUnshared()
public void setUnshared(long value)
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.