final case class DCUnit(id: ID, name: UnitName, version: Version, description: String, dependencies: Set[ServiceName], resources: Set[String], ports: Set[Port]) extends Product with Serializable

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

Instance Constructors

  1. new DCUnit(id: ID, name: UnitName, version: Version, description: String, dependencies: Set[ServiceName], resources: Set[String], ports: Set[Port])

Value Members

  1. val dependencies: Set[ServiceName]
  2. val description: String
  3. val id: ID
  4. val name: UnitName
  5. val ports: Set[Port]
  6. val resources: Set[String]
  7. def serviceName: ServiceName
  8. val version: Version