public class DatastoreInfo extends DynamicData
Java class for DatastoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="freeSpace" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxVirtualDiskCapacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxMemoryFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="containerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerId |
protected long |
freeSpace |
protected long |
maxFileSize |
protected Long |
maxMemoryFileSize |
protected Long |
maxVirtualDiskCapacity |
protected String |
name |
protected XMLGregorianCalendar |
timestamp |
protected String |
url |
| Constructor and Description |
|---|
DatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId()
Gets the value of the containerId property.
|
long |
getFreeSpace()
Gets the value of the freeSpace property.
|
long |
getMaxFileSize()
Gets the value of the maxFileSize property.
|
Long |
getMaxMemoryFileSize()
Gets the value of the maxMemoryFileSize property.
|
Long |
getMaxVirtualDiskCapacity()
Gets the value of the maxVirtualDiskCapacity property.
|
String |
getName()
Gets the value of the name property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setContainerId(String value)
Sets the value of the containerId property.
|
void |
setFreeSpace(long value)
Sets the value of the freeSpace property.
|
void |
setMaxFileSize(long value)
Sets the value of the maxFileSize property.
|
void |
setMaxMemoryFileSize(Long value)
Sets the value of the maxMemoryFileSize property.
|
void |
setMaxVirtualDiskCapacity(Long value)
Sets the value of the maxVirtualDiskCapacity property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String name
protected String url
protected long freeSpace
protected long maxFileSize
protected Long maxVirtualDiskCapacity
protected Long maxMemoryFileSize
protected XMLGregorianCalendar timestamp
protected String containerId
public 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 getFreeSpace()
public void setFreeSpace(long value)
public long getMaxFileSize()
public void setMaxFileSize(long value)
public Long getMaxVirtualDiskCapacity()
Longpublic void setMaxVirtualDiskCapacity(Long value)
value - allowed object is
Longpublic Long getMaxMemoryFileSize()
Longpublic void setMaxMemoryFileSize(Long value)
value - allowed object is
Longpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getContainerId()
StringCopyright © 2018. All rights reserved.