public class WaitForUpdatesExRequestType extends Object
Java class for WaitForUpdatesExRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaitForUpdatesExRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="options" type="{urn:vim25}WaitOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected WaitOptions |
options |
protected String |
version |
| Constructor and Description |
|---|
WaitForUpdatesExRequestType() |
| Modifier and Type | Method and Description |
|---|---|
WaitOptions |
getOptions()
Gets the value of the options property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setOptions(WaitOptions value)
Sets the value of the options property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ManagedObjectReference _this
protected String version
protected WaitOptions options
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic WaitOptions getOptions()
WaitOptionspublic void setOptions(WaitOptions value)
value - allowed object is
WaitOptionsCopyright © 2018. All rights reserved.