Module Values.VirtualGatewayDataSource

An object that represents a virtual gateway returned by a describe operation.

Sourcetype nonrec t = {
  1. meshName : ResourceName.t option;
    (*

    The name of the service mesh that the virtual gateway resides in.

    *)
  2. metadata : ResourceMetadata.t option;
  3. spec : VirtualGatewaySpec.t option;
    (*

    The specifications of the virtual gateway.

    *)
  4. status : VirtualGatewayStatus.t option;
    (*

    The current status of the virtual gateway.

    *)
  5. virtualGatewayName : ResourceName.t option;
    (*

    The name of the virtual gateway.

    *)
}
Sourceval make : ?meshName:??? -> ?metadata:??? -> ?spec:??? -> ?status:??? -> ?virtualGatewayName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.t | `Structure of (string * [> `Enum 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 | `Long of Long.t | `String of Arn.t | `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 | `Timestamp of Timestamp.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