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