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