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
All Methods Instance Methods Abstract Methods Deprecated Methods 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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
void setMask(Robot.Mask mask)
-
checkConnection
@Deprecated @ApiMethod(instanceRequired=true) Boolean checkConnection()
Deprecated.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
@ApiMethod(instanceRequired=true) Robot getObject()
- See Also:
- SoftLayer_Monitoring_Robot::getObject
-
-