public class VirtualMachineUsageOnDatastore extends DynamicData
Java class for VirtualMachineUsageOnDatastore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineUsageOnDatastore">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="datastore" type="{urn:vim25}ManagedObjectReference"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
committed |
protected ManagedObjectReference |
datastore |
protected long |
uncommitted |
protected long |
unshared |
| Constructor and Description |
|---|
VirtualMachineUsageOnDatastore() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted()
Gets the value of the committed property.
|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore 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 |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setUncommitted(long value)
Sets the value of the uncommitted property.
|
void |
setUnshared(long value)
Sets the value of the unshared property.
|
protected ManagedObjectReference datastore
protected long committed
protected long uncommitted
protected long unshared
public ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic long getCommitted()
public void setCommitted(long value)
public long getUncommitted()
public void setUncommitted(long value)
public long getUnshared()
public void setUnshared(long value)
Copyright © 2018. All rights reserved.