public class EnterMaintenanceModeRequestType extends Object
Java class for EnterMaintenanceModeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnterMaintenanceModeRequestType">
<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"/>
<element name="evacuatePoweredOffVms" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maintenanceSpec" type="{urn:vim25}HostMaintenanceSpec" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected Boolean |
evacuatePoweredOffVms |
protected HostMaintenanceSpec |
maintenanceSpec |
protected int |
timeout |
| Constructor and Description |
|---|
EnterMaintenanceModeRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostMaintenanceSpec |
getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
int |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isEvacuatePoweredOffVms()
Gets the value of the evacuatePoweredOffVms property.
|
void |
setEvacuatePoweredOffVms(Boolean value)
Sets the value of the evacuatePoweredOffVms property.
|
void |
setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec 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
protected Boolean evacuatePoweredOffVms
protected HostMaintenanceSpec maintenanceSpec
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getTimeout()
public void setTimeout(int value)
public Boolean isEvacuatePoweredOffVms()
Booleanpublic void setEvacuatePoweredOffVms(Boolean value)
value - allowed object is
Booleanpublic HostMaintenanceSpec getMaintenanceSpec()
HostMaintenanceSpecpublic void setMaintenanceSpec(HostMaintenanceSpec value)
value - allowed object is
HostMaintenanceSpecCopyright © 2018. All rights reserved.