public class FormatVmfsRequestType extends Object
Java class for FormatVmfsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormatVmfsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="createSpec" type="{urn:vim25}HostVmfsSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostVmfsSpec |
createSpec |
| Constructor and Description |
|---|
FormatVmfsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostVmfsSpec |
getCreateSpec()
Gets the value of the createSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setCreateSpec(HostVmfsSpec value)
Sets the value of the createSpec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostVmfsSpec createSpec
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostVmfsSpec getCreateSpec()
HostVmfsSpecpublic void setCreateSpec(HostVmfsSpec value)
value - allowed object is
HostVmfsSpecCopyright © 2018. All rights reserved.