final case class ListUnitsByStatus(nsid: ID, statuses: NonEmptyList[DeploymentStatus]) extends StoreOp[Vector[(GUID, ServiceName)]] with Product with Serializable
- Source
- op.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListUnitsByStatus
- Serializable
- Serializable
- Product
- Equals
- StoreOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ListUnitsByStatus(nsid: ID, statuses: NonEmptyList[DeploymentStatus])
Value Members
- val nsid: ID
- val statuses: NonEmptyList[DeploymentStatus]