EndpointPort

final case class EndpointPort(appProtocol: Option[String], name: Option[String], port: Int, protocol: Option[String])

EndpointPort is a tuple that describes a single port.

Source:
EndpointPort.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product