final case class Inbound(stackName: StackName, label: String, port: Int) extends Product with Serializable
Represents an incomming loadbalancer. The port exposes the backend service (i.e. stackName) to the outside world.
- Source
- Inbound.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inbound
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All