final case class SingletonTarget(d: Deployment) extends Target with Product with Serializable
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SingletonTarget
- Serializable
- Serializable
- Product
- Equals
- Target
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SingletonTarget(d: Deployment)
Value Members
- val d: Deployment
-
def
deploymentTarget: Deployment
- Definition Classes
- SingletonTarget → Target
-
def
deployments: Vector[Deployment]
- Definition Classes
- SingletonTarget → Target
-
def
serviceType: UnitName
- Definition Classes
- SingletonTarget → Target