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