Values.CreateFileSystemFromBackupRequestSourceThe request object for the CreateFileSystemFromBackup operation.
type nonrec t = {backupId : BackupId.t;clientRequestToken : ClientRequestToken.t option;A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
*)subnetIds : SubnetIds.t;Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID property. Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types, Lustre file systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
*)securityGroupIds : SecurityGroupIds.t option;A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.
*)windowsConfiguration : CreateFileSystemWindowsConfiguration.t option;The configuration for this Microsoft Windows file system.
*)lustreConfiguration : CreateFileSystemLustreConfiguration.t option;storageType : StorageType.t option;Sets the storage type for the Windows, OpenZFS, or Lustre file system that you're creating from a backup. Valid values are SSD, HDD, and INTELLIGENT_TIERING. Set to SSD to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment types. Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 FSx for Windows File Server file system deployment types. Set to INTELLIGENT_TIERING to use fully elastic, intelligently-tiered storage. Intelligent-Tiering is only available for OpenZFS file systems with the Multi-AZ deployment type and for Lustre file systems with the Persistent_2 deployment type. The default value is SSD. HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage if the original SSD file system had a storage capacity of at least 2000 GiB.
*)kmsKeyId : KmsKeyId.t option;fileSystemTypeVersion : FileSystemTypeVersion.t option;Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are 2.10, 2.12, and 2.15. You can enter a Lustre version that is newer than the backup's FileSystemTypeVersion setting. If you don't enter a newer Lustre version, it defaults to the backup's setting.
*)openZFSConfiguration : CreateFileSystemOpenZFSConfiguration.t option;The OpenZFS configuration for the file system that's being created.
*)storageCapacity : StorageCapacity.t option;Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB). Valid values are from 64 GiB up to 524,288 GiB (512 TiB). However, the value that you specify must be equal to or greater than the backup's storage capacity value. If you don't use the StorageCapacity parameter, the default is the backup's StorageCapacity value. If used to create a file system other than OpenZFS, you must provide a value that matches the backup's StorageCapacity value. If you provide any other value, Amazon FSx responds with an HTTP status code 400 Bad Request.
*)networkType : NetworkType.t option;Sets the network type for the Amazon FSx for OpenZFS file system that you're creating from a backup.
*)}val make :
?clientRequestToken:??? ->
?securityGroupIds:??? ->
?tags:??? ->
?windowsConfiguration:??? ->
?lustreConfiguration:??? ->
?storageType:??? ->
?kmsKeyId:??? ->
?fileSystemTypeVersion:??? ->
?openZFSConfiguration:??? ->
?storageCapacity:??? ->
?networkType:??? ->
backupId:BackupId.t ->
subnetIds:SubnetIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of StorageCapacity.t
| `List of
[> `String of SubnetId.t
| `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 MegabytesPerSecond.t
| `List of [> `String of AlternateDNSName.t ] list
| `String of DirectoryId.t
| `Structure of
(string
* [> `Boolean of Flag.t
| `Enum of string
| `Integer of MetadataIops.t
| `List of
[> `String of IpAddress.t
| `Structure of
(string
* [> `Enum of string
| `Integer of IntegerNoMax.t
| `List of
[> `Structure of
(string
* [> `List of
[> `String of
OpenZFSNfsExportOption.t ]
list
| `String of OpenZFSClients.t ])
list ]
list ])
list ]
list
| `Long of Iops.t
| `String of ActiveDirectoryFullyQualifiedName.t ])
list ])
list ])
list ]