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