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