Interface Reference.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Reference
@ApiService("SoftLayer_Configuration_Template_Section_Reference") public static interface Reference.Service extends Service
Configuration section reference allow you to reuse a configuration section from another configuration template.
-
Method Summary
Modifier and Type Method Description Reference.ServiceAsyncasAsync()Get an async version of this serviceReferencegetObject()SectiongetSection()TemplategetTemplate()voidsetMask(Reference.Mask mask)Reference.MaskwithMask()Use the existing mask on this service or create it if not presentReference.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
Reference.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Reference.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
Reference.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
-
getSection
-
getTemplate
-