Interface Robot.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Robot
@ApiService("SoftLayer_Monitoring_Robot") public static interface Robot.Service extends Service
DEPRECATED.
- See Also:
- SoftLayer_Monitoring_Robot
-
Method Summary
Modifier and Type Method Description Robot.ServiceAsyncasAsync()Get an async version of this serviceBooleancheckConnection()DEPRECATED.RobotgetObject()voidsetMask(Robot.Mask mask)Robot.MaskwithMask()Use the existing mask on this service or create it if not presentRobot.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
Robot.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Robot.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
Robot.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
checkConnection
DEPRECATED. Checks if a monitoring robot can communicate with SoftLayer monitoring management system via the private network.
TCP port 48000 - 48002 must be open on your server or your virtual server in order for this test to succeed. -
getObject
- See Also:
- SoftLayer_Monitoring_Robot::getObject
-