Interface Rule.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Rule
@ApiService("SoftLayer_Virtual_PlacementGroup_Rule") public static interface Rule.Service extends Service
SoftLayer_Virtual_PlacementGroup_Rule is the placement rule that a virtual guest placement group follows.
- See Also:
- SoftLayer_Virtual_PlacementGroup_Rule
-
Method Summary
Modifier and Type Method Description Rule.ServiceAsyncasAsync()Get an async version of this serviceList<Rule>getAllObjects()Get all placement group rules.RulegetObject()voidsetMask(Rule.Mask mask)Rule.MaskwithMask()Use the existing mask on this service or create it if not presentRule.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
Rule.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Rule.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
Rule.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Get all placement group rules. -
getObject
-