Interface Value.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Value
@ApiService("SoftLayer_Monitoring_Agent_Configuration_Value") public static interface Value.Service extends Service
Monitoring agent configuration value
-
-
Method Summary
Modifier and Type Method Description Value.ServiceAsync
asAsync()
Get an async version of this serviceDefinition
getDefinition()
Type
getMetricDataType()
The metric data type used to retrieve metric data currently being tracked.Agent
getMonitoringAgent()
Value
getObject()
Profile
getProfile()
void
setMask(Value.Mask mask)
Value.Mask
withMask()
Use the existing mask on this service or create it if not presentValue.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
Value.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Value.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
Value.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Value.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Value getObject()
-
getDefinition
@ApiMethod(instanceRequired=true) Definition getDefinition()
-
getMetricDataType
@ApiMethod(instanceRequired=true) Type getMetricDataType()
The metric data type used to retrieve metric data currently being tracked.
-
getMonitoringAgent
@ApiMethod(instanceRequired=true) Agent getMonitoringAgent()
-
getProfile
@ApiMethod(instanceRequired=true) Profile getProfile()
-
-