Interface Containers.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Containers
@ApiService("SoftLayer_Layout_Profile_Containers") public static interface Containers.Service extends Service
- See Also:
- SoftLayer_Layout_Profile_Containers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Containers.ServiceAsyncasAsync()Get an async version of this serviceBooleancreateObject(Containers templateObject)BooleaneditObject(Containers templateObject)ContainergetLayoutContainerType()The container to be containedProfilegetLayoutProfile()The profile containing this containerContainersgetObject()voidsetMask(Containers.Mask mask)Containers.MaskwithMask()Use the existing mask on this service or create it if not presentContainers.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Containers.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Containers.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
Containers.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Containers.Mask mask)
-
createObject
@ApiMethod Boolean createObject(Containers templateObject)
-
editObject
@ApiMethod(instanceRequired=true) Boolean editObject(Containers templateObject)
-
getObject
@ApiMethod(instanceRequired=true) Containers getObject()
-
getLayoutContainerType
@ApiMethod(instanceRequired=true) Container getLayoutContainerType()
The container to be contained
-
getLayoutProfile
@ApiMethod(instanceRequired=true) Profile getLayoutProfile()
The profile containing this container
-
-