Class Robot.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.monitoring.Robot.Mask
-
- Enclosing class:
- Robot
public static class Robot.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Account.Maskaccount()Robot.MaskaccountId()Robot.Maskid()Robot.MaskmonitoringAgentCount()Agent.MaskmonitoringAgents()Robot.Maskname()Status.MaskrobotStatus()Component.MasksoftwareComponent()Robot.MaskstatusId()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
monitoringAgents
public Agent.Mask monitoringAgents()
-
robotStatus
public Status.Mask robotStatus()
-
softwareComponent
public Component.Mask softwareComponent()
-
accountId
public Robot.Mask accountId()
-
id
public Robot.Mask id()
-
name
public Robot.Mask name()
-
statusId
public Robot.Mask statusId()
-
monitoringAgentCount
public Robot.Mask monitoringAgentCount()
-
-