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