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