Module Values_0.ValidVolumeOptionsSource

Contains the valid options for an additional storage volume.

Sourcetype nonrec t = {
  1. volumeName : String_.t option;
    (*

    The name of the additional storage volume.

    *)
  2. storage : ValidStorageOptionsList.t option;
    (*

    The valid storage options for the additional storage volume.

    *)
}
Sourceval make : ?volumeName:??? -> ?storage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.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