Module Values.GatewayRouteTargetSource

An object that represents a gateway route target.

Sourcetype nonrec t = {
  1. port : ListenerPort.t option;
    (*

    The port number of the gateway route target.

    *)
  2. virtualService : GatewayRouteVirtualService.t;
    (*

    An object that represents a virtual service gateway route target.

    *)
}
Sourceval context_ : string
Sourceval make : ?port:??? -> virtualService:GatewayRouteVirtualService.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ListenerPort.t | `Structure of (string * [> `String of ResourceName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t