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