EndpointO

object EndpointO
class Object
trait Matchable
class Any

Value members

Concrete fields

val addressesL: Lens[Endpoint, Vector[String]]
val conditionsL: Lens[Endpoint, Optional[EndpointConditions]]
val conditionsO: Optic[Endpoint, Endpoint, EndpointConditions, OpticFailure, Nothing, EndpointConditions, Endpoint]
val hostnameL: Lens[Endpoint, Optional[String]]
val hostnameO: Optic[Endpoint, Endpoint, String, OpticFailure, Nothing, String, Endpoint]
val nodeNameL: Lens[Endpoint, Optional[String]]
val nodeNameO: Optic[Endpoint, Endpoint, String, OpticFailure, Nothing, String, Endpoint]
val targetRefL: Lens[Endpoint, Optional[ObjectReference]]
val targetRefO: Optic[Endpoint, Endpoint, ObjectReference, OpticFailure, Nothing, ObjectReference, Endpoint]
val topologyL: Lens[Endpoint, Optional[Map[String, String]]]
val topologyO: Optic[Endpoint, Endpoint, Map[String, String], OpticFailure, Nothing, Map[String, String], Endpoint]