public class InsufficientAgentVmsDeployed extends InsufficientResourcesFault
| Modifier and Type | Field and Description |
|---|---|
int |
currentNumAgentVms |
String |
hostName |
int |
requiredNumAgentVms |
dynamicProperty, dynamicType, faultCause, faultMessagedetail| Constructor and Description |
|---|
InsufficientAgentVmsDeployed() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentNumAgentVms() |
String |
getHostName() |
int |
getRequiredNumAgentVms() |
void |
setCurrentNumAgentVms(int currentNumAgentVms) |
void |
setHostName(String hostName) |
void |
setRequiredNumAgentVms(int requiredNumAgentVms) |
getDynamicProperty, getDynamicType, getFaultCause, getFaultMessage, setDynamicProperty, setDynamicType, setFaultCause, setFaultMessagegetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String hostName
public int requiredNumAgentVms
public int currentNumAgentVms
public String getHostName()
public int getRequiredNumAgentVms()
public int getCurrentNumAgentVms()
public void setHostName(String hostName)
public void setRequiredNumAgentVms(int requiredNumAgentVms)
public void setCurrentNumAgentVms(int currentNumAgentVms)
Copyright © 2011-2012. All Rights Reserved.