class Check extends AnyRef

Holds check properties

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Check
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Check(_asJava: ext.consul.Check)

Value Members

  1. def asJava: ext.consul.Check
  2. def getId: String
  3. def getName: String
  4. def getNodeName: String
  5. def getNotes: String
  6. def getOutput: String
  7. def getServiceId: String
  8. def getServiceName: String
  9. def getStatus: CheckStatus
  10. def setId(value: String): Check

    Set the ID of check

  11. def setName(value: String): Check

    Set the name of check

  12. def setNodeName(value: String): Check

    Set the name of node

  13. def setNotes(value: String): Check

    Set the human-readable note of check

  14. def setOutput(value: String): Check

    Set the output of check

  15. def setServiceId(value: String): Check

    Set the ID of service with which this check associated

  16. def setServiceName(value: String): Check

    Set the name of service with which this check associated

  17. def setStatus(value: CheckStatus): Check

    Set the status of check