final case class Namespace(id: ID, name: NamespaceName, datacenter: String) extends Product with Serializable
A named list of Seed ServiceNames coupled to an environment
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Namespace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Namespace(id: ID, name: NamespaceName, datacenter: String)
Value Members
- val datacenter: String
- val id: ID
- val name: NamespaceName