public class QueryVmfsDatastoreCreateOptionsRequestType extends Object
Java class for QueryVmfsDatastoreCreateOptionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryVmfsDatastoreCreateOptionsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="devicePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmfsMajorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
devicePath |
protected Integer |
vmfsMajorVersion |
| Constructor and Description |
|---|
QueryVmfsDatastoreCreateOptionsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
Gets the value of the devicePath property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
Integer |
getVmfsMajorVersion()
Gets the value of the vmfsMajorVersion property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVmfsMajorVersion(Integer value)
Sets the value of the vmfsMajorVersion property.
|
protected ManagedObjectReference _this
protected String devicePath
protected Integer vmfsMajorVersion
public QueryVmfsDatastoreCreateOptionsRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDevicePath()
Stringpublic void setDevicePath(String value)
value - allowed object is
Stringpublic Integer getVmfsMajorVersion()
IntegerCopyright © 2018. All rights reserved.