public class EvacuateVsanNodeRequestType extends Object
Java class for EvacuateVsanNodeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvacuateVsanNodeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="maintenanceSpec" type="{urn:vim25}HostMaintenanceSpec"/>
<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 HostMaintenanceSpec |
maintenanceSpec |
protected int |
timeout |
| Constructor and Description |
|---|
EvacuateVsanNodeRequestType() |
| 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.
|
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 HostMaintenanceSpec maintenanceSpec
protected int timeout
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostMaintenanceSpec getMaintenanceSpec()
HostMaintenanceSpecpublic void setMaintenanceSpec(HostMaintenanceSpec value)
value - allowed object is
HostMaintenanceSpecpublic int getTimeout()
public void setTimeout(int value)
Copyright © 2018. All rights reserved.