Interface Configuration.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Configuration
@ApiService("SoftLayer_Resource_Configuration") public static interface Configuration.Service extends Service
The Resource Configuration service enables the user to update data regarding a resource from which the request originates. It is a requirement that the request must have an authentication token as well as originate from the backend network of the resource.- See Also:
- SoftLayer_Resource_Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configuration.ServiceAsyncasAsync()Get an async version of this servicevoidsetMask(Configuration.Mask mask)BooleansetOsPasswordFromEncrypted(String encryptedPassword)The setOsPasswordFromEncrypted method is used to set the operating system password from a key/pair encrypted password signed by SoftLayer.Configuration.MaskwithMask()Use the existing mask on this service or create it if not presentConfiguration.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
Configuration.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Configuration.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
Configuration.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Configuration.Mask mask)
-
setOsPasswordFromEncrypted
@ApiMethod(instanceRequired=true) Boolean setOsPasswordFromEncrypted(String encryptedPassword)
The setOsPasswordFromEncrypted method is used to set the operating system password from a key/pair encrypted password signed by SoftLayer.
-
-