Interface Status.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Status
@ApiService("SoftLayer_Scale_Group_Status") public static interface Status.Service extends Service
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.
* 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
-
Method Summary
Modifier and Type Method Description Status.ServiceAsyncasAsync()Get an async version of this serviceList<Status>getAllObjects()StatusgetObject()voidsetMask(Status.Mask mask)Status.MaskwithMask()Use the existing mask on this service or create it if not presentStatus.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Status.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Status.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Status.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
-
getObject
- See Also:
- SoftLayer_Scale_Group_Status::getObject
-