final case class Launch(i: Image, dc: Datacenter, ns: NamespaceName, a: @@[UnitDef, Versioned], p: Plan, hash: String, bp: RenderedBlueprint) extends SchedulerOp[String] with Product with Serializable
- Source
- SchedulerOp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Launch
- SchedulerOp
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Launch(i: Image, dc: Datacenter, ns: NamespaceName, a: @@[UnitDef, Versioned], p: Plan, hash: String, bp: RenderedBlueprint)
Value Members
- val a: @@[UnitDef, Versioned]
- val bp: RenderedBlueprint
- val dc: Datacenter
- val hash: String
- val i: Image
- val ns: NamespaceName
- val p: Plan