NewHealthCheck

consul4s.model.health.NewHealthCheck
See theNewHealthCheck companion object
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
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