Class InsufficientAgentVmsDeployed

All Implemented Interfaces:
Serializable

public class InsufficientAgentVmsDeployed extends InsufficientResourcesFault
See Also:
  • Field Details

    • hostName

      public String hostName
    • requiredNumAgentVms

      public int requiredNumAgentVms
    • currentNumAgentVms

      public int currentNumAgentVms
  • Constructor Details

    • InsufficientAgentVmsDeployed

      public InsufficientAgentVmsDeployed()
  • Method Details

    • getHostName

      public String getHostName()
    • getRequiredNumAgentVms

      public int getRequiredNumAgentVms()
    • getCurrentNumAgentVms

      public int getCurrentNumAgentVms()
    • setHostName

      public void setHostName(String hostName)
    • setRequiredNumAgentVms

      public void setRequiredNumAgentVms(int requiredNumAgentVms)
    • setCurrentNumAgentVms

      public void setCurrentNumAgentVms(int currentNumAgentVms)