public class StoragePodSummary extends DynamicData
Java class for StoragePodSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoragePodSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
capacity |
protected long |
freeSpace |
protected String |
name |
| Constructor and Description |
|---|
StoragePodSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity()
Gets the value of the capacity property.
|
long |
getFreeSpace()
Gets the value of the freeSpace property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCapacity(long value)
Sets the value of the capacity property.
|
void |
setFreeSpace(long value)
Sets the value of the freeSpace property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected long capacity
protected long freeSpace
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getCapacity()
public void setCapacity(long value)
public long getFreeSpace()
public void setFreeSpace(long value)
Copyright © 2018. All rights reserved.