Interface DedicatedCluster.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- DedicatedCluster
@ApiService("SoftLayer_Network_Storage_DedicatedCluster") public static interface DedicatedCluster.Service extends Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DedicatedCluster.ServiceAsync
asAsync()
Get an async version of this serviceAccount
getAccount()
List<Long>
getDedicatedClusterList()
DedicatedCluster
getObject()
Resource
getServiceResource()
void
setMask(DedicatedCluster.Mask mask)
DedicatedCluster.Mask
withMask()
Use the existing mask on this service or create it if not presentDedicatedCluster.Mask
withNewMask()
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
DedicatedCluster.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
DedicatedCluster.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
DedicatedCluster.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(DedicatedCluster.Mask mask)
-
getDedicatedClusterList
@ApiMethod List<Long> getDedicatedClusterList()
-
getObject
@ApiMethod(instanceRequired=true) DedicatedCluster getObject()
-
getAccount
@ApiMethod(instanceRequired=true) Account getAccount()
-
getServiceResource
@ApiMethod(instanceRequired=true) Resource getServiceResource()
-
-