final case class Namespace(name: NamespaceName, units: Set[(UnitRef, Set[PlanRef])], loadbalancers: Set[(LoadbalancerRef, Option[PlanRef])]) extends Product with Serializable
- Source
- Manifest.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(name: NamespaceName, units: Set[(UnitRef, Set[PlanRef])], loadbalancers: Set[(LoadbalancerRef, Option[PlanRef])])
Value Members
- val loadbalancers: Set[(LoadbalancerRef, Option[PlanRef])]
- val name: NamespaceName
- val units: Set[(UnitRef, Set[PlanRef])]