Interface Blade.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Blade
@ApiService("SoftLayer_Hardware_Blade") public static interface Blade.Service extends Service
The SoftLayer_Hardware_Blade service provides specific information about blade servers.
- See Also:
- SoftLayer_Hardware_Blade
-
Method Summary
Modifier and Type Method Description Blade.ServiceAsyncasAsync()Get an async version of this serviceHardwaregetHardwareChild()HardwaregetHardwareParent()BladegetObject()voidsetMask(Blade.Mask mask)Blade.MaskwithMask()Use the existing mask on this service or create it if not presentBlade.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
Blade.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Blade.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
Blade.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
- See Also:
- SoftLayer_Hardware_Blade::getObject
-
getHardwareChild
-
getHardwareParent
-