public class AttachVmfsExtentRequestType extends Object
Java class for AttachVmfsExtentRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachVmfsExtentRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmfsPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extent" type="{urn:vim25}HostScsiDiskPartition"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostScsiDiskPartition |
extent |
protected String |
vmfsPath |
| Constructor and Description |
|---|
AttachVmfsExtentRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostScsiDiskPartition |
getExtent()
Gets the value of the extent property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVmfsPath()
Gets the value of the vmfsPath property.
|
void |
setExtent(HostScsiDiskPartition value)
Sets the value of the extent property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVmfsPath(String value)
Sets the value of the vmfsPath property.
|
protected ManagedObjectReference _this
protected String vmfsPath
protected HostScsiDiskPartition extent
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmfsPath()
Stringpublic void setVmfsPath(String value)
value - allowed object is
Stringpublic HostScsiDiskPartition getExtent()
HostScsiDiskPartitionpublic void setExtent(HostScsiDiskPartition value)
value - allowed object is
HostScsiDiskPartitionCopyright © 2018. All rights reserved.