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