public class GuestDiskInfo extends DynamicData
Java class for GuestDiskInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestDiskInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="freeSpace" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
capacity |
protected String |
diskPath |
protected Long |
freeSpace |
| Constructor and Description |
|---|
GuestDiskInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity()
Gets the value of the capacity property.
|
String |
getDiskPath()
Gets the value of the diskPath property.
|
Long |
getFreeSpace()
Gets the value of the freeSpace property.
|
void |
setCapacity(Long value)
Sets the value of the capacity property.
|
void |
setDiskPath(String value)
Sets the value of the diskPath property.
|
void |
setFreeSpace(Long value)
Sets the value of the freeSpace property.
|
protected String diskPath
protected Long capacity
protected Long freeSpace
public String getDiskPath()
Stringpublic void setDiskPath(String value)
value - allowed object is
Stringpublic Long getCapacity()
Longpublic void setCapacity(Long value)
value - allowed object is
Longpublic Long getFreeSpace()
LongCopyright © 2018. All rights reserved.