public class QueryAvailableSsdsRequestType extends Object
Java class for QueryAvailableSsdsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryAvailableSsdsRequestType">
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
vffsPath |
| Constructor and Description |
|---|
QueryAvailableSsdsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVffsPath()
Gets the value of the vffsPath 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
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVffsPath()
StringCopyright © 2018. All rights reserved.