Module Values_2.DiskImageSource

Describes a disk image.

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

    A description of the disk image.

    *)
  2. image : Values_1.DiskImageDetail.t option;
    (*

    Information about the disk image.

    *)
  3. volume : Values_1.VolumeDetail.t option;
    (*

    Information about the volume.

    *)
}
Sourceval make : ?description:??? -> ?image:??? -> ?volume:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `Long of Values_0.Long.t | `String of Values_0.ImportManifestUrl.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