Module Values.VirtualServiceBackendSource

An object that represents a virtual service backend for a virtual node.

Sourcetype nonrec t = {
  1. clientPolicy : ClientPolicy.t option;
    (*

    A reference to an object that represents the client policy for a backend.

    *)
  2. virtualServiceName : ServiceName.t;
    (*

    The name of the virtual service that is acting as a virtual node backend.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientPolicy:??? -> virtualServiceName:ServiceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServiceName.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Integer of PortNumber.t ] list | `Structure of (string * [> `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 ]
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