final case class Health(dc: Datacenter, ns: NamespaceName, sn: StackName) extends HealthCheckOp[List[HealthStatus]] with Product with Serializable
- Source
- HealthCheckOp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Health
- HealthCheckOp
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Health(dc: Datacenter, ns: NamespaceName, sn: StackName)
Value Members
- val dc: Datacenter
- val ns: NamespaceName
- val sn: StackName