Module Values.ClusterConfigStatusSource

The cluster configuration status for a domain.

Sourcetype nonrec t = {
  1. options : ClusterConfig.t option;
    (*

    Cluster configuration options for the specified domain.

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

    The status of cluster configuration options for the specified domain.

    *)
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of IntegerClass.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of IntegerClass.t ]) list ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Integer of IntegerClass.t ]) list | `Timestamp of UpdateTimestamp.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