Module Values.LicenseEndpointSummarySource

The details for a license endpoint.

Sourcetype nonrec t = {
  1. licenseEndpointId : LicenseEndpointId.t option;
    (*

    The license endpoint ID.

    *)
  2. status : LicenseEndpointStatus.t option;
    (*

    The status of the license endpoint.

    *)
  3. statusMessage : StatusMessage.t option;
    (*

    The status message of the license endpoint.

    *)
  4. vpcId : VpcId.t option;
    (*

    The VPC (virtual private cloud) ID associated with the license endpoint.

    *)
}
Sourceval make : ?licenseEndpointId:??? -> ?status:??? -> ?statusMessage:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of LicenseEndpointId.t ]) 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