Module Values.ClusterConfigurationSource

The execute command and managed storage configuration for the cluster.

Sourcetype nonrec t = {
  1. executeCommandConfiguration : ExecuteCommandConfiguration.t option;
    (*

    The details of the execute command configuration.

    *)
  2. managedStorageConfiguration : ManagedStorageConfiguration.t option;
    (*

    The details of the managed storage configuration.

    *)
}
Sourceval make : ?executeCommandConfiguration:??? -> ?managedStorageConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) 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