consul4s.model.health

Members list

Type members

Classlikes

final case class HealthCheck(Node: String, CheckID: String, Name: String, Status: CheckStatus, Notes: String, Output: String, ServiceID: String, ServiceName: String, ServiceTags: Option[List[String]], Type: String, Definition: HealthCheckDefinition, CreateIndex: Long, ModifyIndex: Long)

Value parameters

Definition
  • The Definition field can be provided with details for a TCP or HTTP health check.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HealthCheck

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NewHealthCheck(Node: String, Name: String, CheckID: Option[String], Status: Option[CheckStatus], Notes: Option[String], Output: Option[String], ServiceID: Option[String], ServiceName: Option[String], ServiceTags: Option[List[String]], Type: Option[String], Definition: Option[NewHealthCheckDefinition])

Value parameters

Definition
  • The Definition field can be provided with details for a TCP or HTTP health check.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServiceEntry(Node: Node, Service: Service, Checks: List[HealthCheck])

Attributes

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