CheckUpdate

consul4s.model.agent.CheckUpdate
final case class CheckUpdate(Status: CheckStatus, Output: Option[String])

Value parameters

Output
  • Specifies a human-readable message. This will be passed through to the check's Output field.
Status
  • Specifies the status of the check. Valid values are "passing", "warning", and "critical".

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product