HealthCheckDefinition

consul4s.model.health.HealthCheck.HealthCheckDefinition
final case class HealthCheckDefinition(HTTP: Option[String], Header: Option[Map[String, String]], Method: Option[String], Body: Option[String], TLSSkipVerify: Option[Boolean], TCP: Option[String], Interval: Option[String], Timeout: Option[String], DeregisterCriticalServiceAfter: Option[String])

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