Class Status


  • @ApiType("SoftLayer_Scale_Group_Status")
    public class Status
    extends Entity
    The status of a scale group. This status affects what actions can occur on a group. The values can be:


    * ACTIVE - There are no actions execution for any members or assets of any type.
    * BUSY - There is an action executing for one of the members or assets, but that action is not a scaling action.
    * SCALING - At least one of the members is in the process of being created or destroyed.
    * SUSPENDED - The group has been placed in a suspended state by a user. It may only be resumed by a user. While in a
    suspended state, a scale group cannot have any members added or deleted, or change settings of that group that would invoke such an action.
    See Also:
    SoftLayer_Scale_Group_Status
    • Constructor Detail

      • Status

        public Status()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()