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