Struct aws_sdk_fsx::input::create_file_system_from_backup_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateFileSystemFromBackupInput
Implementations
The ID of the source backup. Specifies the backup you are copying.
The ID of the source backup. Specifies the backup you are copying.
A string of up to 64 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.
A string of up to 64 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.
Appends an item to subnet_ids.
To override the contents of this collection use set_subnet_ids.
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.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment
types and Lustre file systems, provide exactly one subnet ID.
The file server is launched in that subnet's Availability Zone.
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.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment
types and Lustre file systems, provide exactly one subnet ID.
The file server is launched in that subnet's Availability Zone.
Appends an item to security_group_ids.
To override the contents of this collection use set_security_group_ids.
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.
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.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags to be applied to the file system at file system creation. The key value of
the Name tag appears in the console as the file system
name.
The tags to be applied to the file system at file system creation. The key value of
the Name tag appears in the console as the file system
name.
The configuration for this Microsoft Windows file system.
pub fn set_windows_configuration(
self,
input: Option<CreateFileSystemWindowsConfiguration>
) -> Self
pub fn set_windows_configuration(
self,
input: Option<CreateFileSystemWindowsConfiguration>
) -> Self
The configuration for this Microsoft Windows file system.
The Lustre configuration for the file system being created.
pub fn set_lustre_configuration(
self,
input: Option<CreateFileSystemLustreConfiguration>
) -> Self
pub fn set_lustre_configuration(
self,
input: Option<CreateFileSystemLustreConfiguration>
) -> Self
The Lustre configuration for the file system being created.
Sets the storage type for the Windows file system you're creating from a backup.
Valid values are SSD and HDD.
-
Set to
SSDto use solid state drive storage. Supported on all Windows deployment types. -
Set to
HDDto use hard disk drive storage. Supported onSINGLE_AZ_2andMULTI_AZ_1Windows file system deployment types.
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 only if the original SSD file system had a storage capacity of at least 2000 GiB.
Sets the storage type for the Windows file system you're creating from a backup.
Valid values are SSD and HDD.
-
Set to
SSDto use solid state drive storage. Supported on all Windows deployment types. -
Set to
HDDto use hard disk drive storage. Supported onSINGLE_AZ_2andMULTI_AZ_1Windows file system deployment types.
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 only if the original SSD file system had a storage capacity of at least 2000 GiB.
The ID of the Key Management Service (KMS) key used to encrypt the file system's data
for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and
Amazon FSx for Lustre PERSISTENT_1 file systems at rest. If not specified, the Amazon FSx
managed key is used. The Amazon FSx for Lustre SCRATCH_1 and SCRATCH_2 file systems
are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt
in the Key Management Service API Reference.
The ID of the Key Management Service (KMS) key used to encrypt the file system's data
for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and
Amazon FSx for Lustre PERSISTENT_1 file systems at rest. If not specified, the Amazon FSx
managed key is used. The Amazon FSx for Lustre SCRATCH_1 and SCRATCH_2 file systems
are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt
in the Key Management Service API Reference.
Sets the version for the Amazon FSx for Lustre file system you're creating from a backup.
Valid values are 2.10 and 2.12.
You don't need to specify FileSystemTypeVersion because it will
be applied using the backup's FileSystemTypeVersion setting.
If you choose to specify FileSystemTypeVersion when creating from backup, the
value must match the backup's FileSystemTypeVersion setting.
Sets the version for the Amazon FSx for Lustre file system you're creating from a backup.
Valid values are 2.10 and 2.12.
You don't need to specify FileSystemTypeVersion because it will
be applied using the backup's FileSystemTypeVersion setting.
If you choose to specify FileSystemTypeVersion when creating from backup, the
value must match the backup's FileSystemTypeVersion setting.
Consumes the builder and constructs a CreateFileSystemFromBackupInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more