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