Module Values_3.SnapshotDiskContainerSource

The disk container object for the import snapshot request.

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

    The description of the disk image being imported.

    *)
  2. format : Values_0.String_.t option;
    (*

    The format of the disk image being imported. Valid values: VHD | VMDK | RAW

    *)
  3. url : Values_0.SensitiveUrl.t option;
    (*

    The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

    *)
  4. userBucket : Values_1.UserBucket.t option;
    (*

    The Amazon S3 bucket for the disk image.

    *)
}
Sourceval make : ?description:??? -> ?format:??? -> ?url:??? -> ?userBucket:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `String of Values_0.String_.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