c

nelson.Datacenter

SingletonTarget

final case class SingletonTarget(d: Deployment) extends Target with Product with Serializable

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

Instance Constructors

  1. new SingletonTarget(d: Deployment)

Value Members

  1. val d: Deployment
  2. def deploymentTarget: Deployment
    Definition Classes
    SingletonTargetTarget
  3. def deployments: Vector[Deployment]
    Definition Classes
    SingletonTargetTarget
  4. def serviceType: UnitName
    Definition Classes
    SingletonTargetTarget