public class DisallowedOperationOnFailoverHost extends RuntimeFault
Java class for DisallowedOperationOnFailoverHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisallowedOperationOnFailoverHost">
<complexContent>
<extension base="{urn:vim25}RuntimeFault">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected String |
hostname |
faultCause, faultMessage| Constructor and Description |
|---|
DisallowedOperationOnFailoverHost() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getHostname()
Gets the value of the hostname property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference host
protected String hostname
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getHostname()
StringCopyright © 2018. All rights reserved.