Values.CreateVolumeFromBackupRequestSourceCreates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
type nonrec t = {backupId : BackupId.t;clientRequestToken : ClientRequestToken.t option;name : VolumeName.t;The name of the new volume you're creating.
*)ontapConfiguration : CreateOntapVolumeConfiguration.t option;Specifies the configuration of the ONTAP volume that you are creating.
*)}val make :
?clientRequestToken:??? ->
?ontapConfiguration:??? ->
?tags:??? ->
backupId:BackupId.t ->
name:VolumeName.t ->
unit ->
tval 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 ]