public class PowerOnFtSecondaryTimedout extends Timedout
Java class for PowerOnFtSecondaryTimedout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerOnFtSecondaryTimedout">
<complexContent>
<extension base="{urn:vim25}Timedout">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
timeout |
protected ManagedObjectReference |
vm |
protected String |
vmName |
faultCause, faultMessage| Constructor and Description |
|---|
PowerOnFtSecondaryTimedout() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeout()
Gets the value of the timeout property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVmName()
Gets the value of the vmName property.
|
void |
setTimeout(int value)
Sets the value of the timeout property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVmName(String value)
Sets the value of the vmName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference vm
protected String vmName
protected int timeout
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmName()
Stringpublic void setVmName(String value)
value - allowed object is
Stringpublic int getTimeout()
public void setTimeout(int value)
Copyright © 2018. All rights reserved.