public class DatastoreSummary extends DynamicData
Java class for DatastoreSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="freeSpace" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="uncommitted" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="accessible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="multipleHostAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maintenanceMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accessible |
protected long |
capacity |
protected ManagedObjectReference |
datastore |
protected long |
freeSpace |
protected String |
maintenanceMode |
protected Boolean |
multipleHostAccess |
protected String |
name |
protected String |
type |
protected Long |
uncommitted |
protected String |
url |
| Constructor and Description |
|---|
DatastoreSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity()
Gets the value of the capacity property.
|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
long |
getFreeSpace()
Gets the value of the freeSpace property.
|
String |
getMaintenanceMode()
Gets the value of the maintenanceMode property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
Long |
getUncommitted()
Gets the value of the uncommitted property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isAccessible()
Gets the value of the accessible property.
|
Boolean |
isMultipleHostAccess()
Gets the value of the multipleHostAccess property.
|
void |
setAccessible(boolean value)
Sets the value of the accessible property.
|
void |
setCapacity(long value)
Sets the value of the capacity property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setFreeSpace(long value)
Sets the value of the freeSpace property.
|
void |
setMaintenanceMode(String value)
Sets the value of the maintenanceMode property.
|
void |
setMultipleHostAccess(Boolean value)
Sets the value of the multipleHostAccess property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUncommitted(Long value)
Sets the value of the uncommitted property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected ManagedObjectReference datastore
protected String name
protected String url
protected long capacity
protected long freeSpace
protected Long uncommitted
protected boolean accessible
protected Boolean multipleHostAccess
protected String type
protected String maintenanceMode
public ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic long getCapacity()
public void setCapacity(long value)
public long getFreeSpace()
public void setFreeSpace(long value)
public Long getUncommitted()
Longpublic void setUncommitted(Long value)
value - allowed object is
Longpublic boolean isAccessible()
public void setAccessible(boolean value)
public Boolean isMultipleHostAccess()
Booleanpublic void setMultipleHostAccess(Boolean value)
value - allowed object is
Booleanpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMaintenanceMode()
StringCopyright © 2018. All rights reserved.