c

nelson.Datacenter

ManualDeployment

final case class ManualDeployment(datacenter: String, namespace: String, serviceType: String, version: String, hash: String, description: String, port: Int) extends Product with Serializable

Represents the information needed to create a manual deployment.

Source
Datacenter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManualDeployment
  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 ManualDeployment(datacenter: String, namespace: String, serviceType: String, version: String, hash: String, description: String, port: Int)

Value Members

  1. val datacenter: String
  2. val description: String
  3. val hash: String
  4. val namespace: String
  5. val port: Int
  6. val serviceType: String
  7. val version: String