Packages

final case class Health(dc: Datacenter, ns: NamespaceName, sn: StackName) extends HealthCheckOp[List[HealthStatus]] with Product with Serializable

Source
HealthCheckOp.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Health
  2. HealthCheckOp
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Health(dc: Datacenter, ns: NamespaceName, sn: StackName)

Value Members

  1. val dc: Datacenter
  2. val ns: NamespaceName
  3. val sn: StackName