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