final case class PromoteToReady(dc: Datacenter, deployment: Deployment) extends MonitorActionItem with Product with Serializable
- Source
- DeploymentMonitor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PromoteToReady
- Serializable
- Serializable
- Product
- Equals
- MonitorActionItem
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PromoteToReady(dc: Datacenter, deployment: Deployment)
Value Members
- val dc: Datacenter
-
val
deployment: Deployment
- Definition Classes
- PromoteToReady → MonitorActionItem