Module Values.VirtualGatewaySpecSource

An object that represents the specification of a service mesh resource.

Sourcetype nonrec t = {
  1. backendDefaults : VirtualGatewayBackendDefaults.t option;
    (*

    A reference to an object that represents the defaults for backends.

    *)
  2. listeners : VirtualGatewayListeners.t;
    (*

    The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.

    *)
  3. logging : VirtualGatewayLogging.t option;
}
Sourceval context_ : string
Sourceval make : ?backendDefaults:??? -> ?logging:??? -> listeners:VirtualGatewayListeners.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of VirtualGatewayHealthCheckThreshold.t | `Long of VirtualGatewayHealthCheckIntervalMillis.t | `String of String_.t | `Structure of (string * [> `Integer of MaxRequests.t | `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Integer of PortNumber.t ] list | `String of FilePath.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of JsonKey.t ]) list ] list | `String of TextFormat.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) 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