public class VirtualMachineDatastoreVolumeOption extends DynamicData
Java class for VirtualMachineDatastoreVolumeOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDatastoreVolumeOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="fileSystemType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileSystemType |
protected Integer |
majorVersion |
| Constructor and Description |
|---|
VirtualMachineDatastoreVolumeOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSystemType()
Gets the value of the fileSystemType property.
|
Integer |
getMajorVersion()
Gets the value of the majorVersion property.
|
void |
setFileSystemType(String value)
Sets the value of the fileSystemType property.
|
void |
setMajorVersion(Integer value)
Sets the value of the majorVersion property.
|
protected String fileSystemType
protected Integer majorVersion
public String getFileSystemType()
Stringpublic void setFileSystemType(String value)
value - allowed object is
Stringpublic Integer getMajorVersion()
IntegerCopyright © 2018. All rights reserved.