Module Values.CreateVolumeFromBackupRequestSource

Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.

Sourcetype nonrec t = {
  1. backupId : BackupId.t;
  2. clientRequestToken : ClientRequestToken.t option;
  3. name : VolumeName.t;
    (*

    The name of the new volume you're creating.

    *)
  4. ontapConfiguration : CreateOntapVolumeConfiguration.t option;
    (*

    Specifies the configuration of the ONTAP volume that you are creating.

    *)
  5. tags : Tags.t option;
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?ontapConfiguration:??? -> ?tags:??? -> backupId:BackupId.t -> name:VolumeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of BackupId.t | `Structure of (string * [> `Boolean of Flag.t | `Enum of string | `Integer of VolumeCapacity.t | `Long of VolumeCapacityBytes.t | `String of JunctionPath.t | `Structure of (string * [> `Boolean of Flag.t | `Enum of string | `Integer of CoolingPeriod.t | `List of [> `String of Aggregate.t ] list | `Structure of (string * [> `Enum of string | `Integer of AutocommitPeriodValue.t | `Structure of (string * [> `Enum of string | `Integer of RetentionPeriodValue.t ]) list ]) list ]) 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