Struct aws_sdk_fsx::input::create_file_system_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateFileSystemInput
Implementations
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.
The type of Amazon FSx file system to create. Valid values are WINDOWS,
LUSTRE, and ONTAP.
The type of Amazon FSx file system to create. Valid values are WINDOWS,
LUSTRE, and ONTAP.
Sets the storage capacity of the file system that you're creating.
For Lustre file systems:
-
For
SCRATCH_2andPERSISTENT_1 SSDdeployment types, valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB. -
For
PERSISTENT HDDfile systems, valid values are increments of 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for 40 MB/s/TiB file systems. -
For
SCRATCH_1deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600 GiB.
For Windows file systems:
-
If
StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB). -
If
StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
For ONTAP file systems:
-
Valid values are 1024 GiB - 196,608 GiB (192 TiB).
Sets the storage capacity of the file system that you're creating.
For Lustre file systems:
-
For
SCRATCH_2andPERSISTENT_1 SSDdeployment types, valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB. -
For
PERSISTENT HDDfile systems, valid values are increments of 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for 40 MB/s/TiB file systems. -
For
SCRATCH_1deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600 GiB.
For Windows file systems:
-
If
StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB). -
If
StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
For ONTAP file systems:
-
Valid values are 1024 GiB - 196,608 GiB (192 TiB).
Sets the storage type for the file system you're creating.
Valid values are SSD and HDD.
-
Set to
SSDto use solid state drive storage. SSD is supported on all Windows, Lustre, and ONTAP deployment types. -
Set to
HDDto use hard disk drive storage. HDD is supported onSINGLE_AZ_2andMULTI_AZ_1Windows file system deployment types, and onPERSISTENTLustre file system deployment types.
Default value is SSD. For more information, see
Storage Type Options in the Amazon FSx for Windows User Guide and
Multiple Storage Options
in the Amazon FSx for Lustre User Guide.
Sets the storage type for the file system you're creating.
Valid values are SSD and HDD.
-
Set to
SSDto use solid state drive storage. SSD is supported on all Windows, Lustre, and ONTAP deployment types. -
Set to
HDDto use hard disk drive storage. HDD is supported onSINGLE_AZ_2andMULTI_AZ_1Windows file system deployment types, and onPERSISTENTLustre file system deployment types.
Default value is SSD. For more information, see
Storage Type Options in the Amazon FSx for Windows User Guide and
Multiple Storage Options
in the Amazon FSx for Lustre User Guide.
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
and ONTAP 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
or OntapConfiguration > PreferredSubnetID properties. For more information,
see
Availability and durability: Single-AZ and Multi-AZ file systems in the
Amazon FSx for Windows User Guide and
Availability and durability in the
Amazon FSx for ONTAP User Guide.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system 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
and ONTAP 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
or OntapConfiguration > PreferredSubnetID properties. For more information,
see
Availability and durability: Single-AZ and Multi-AZ file systems in the
Amazon FSx for Windows User Guide and
Availability and durability in the
Amazon FSx for ONTAP User Guide.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system 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 specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.
A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags to apply to the file system being created. The key value of
the Name tag appears in the console as the file system name.
The tags to apply to the file system being created. The key value of
the Name tag appears in the console as the file system name.
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.
The Microsoft Windows configuration for the file system being created.
pub fn set_windows_configuration(
self,
input: Option<CreateFileSystemWindowsConfiguration>
) -> Self
pub fn set_windows_configuration(
self,
input: Option<CreateFileSystemWindowsConfiguration>
) -> Self
The Microsoft Windows configuration for the file system being created.
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.
The ONTAP configuration properties of the FSx for NetApp ONTAP file system that you are creating.
pub fn set_ontap_configuration(
self,
input: Option<CreateFileSystemOntapConfiguration>
) -> Self
pub fn set_ontap_configuration(
self,
input: Option<CreateFileSystemOntapConfiguration>
) -> Self
The ONTAP configuration properties of the FSx for NetApp ONTAP file system that you are creating.
Sets the version of the Amazon FSx for Lustre file system you're creating.
Valid values are 2.10 and 2.12.
-
Set the value to
2.10to create a Lustre 2.10 file system. -
Set the value to
2.12to create a Lustre 2.12 file system.
Default value is 2.10.
Sets the version of the Amazon FSx for Lustre file system you're creating.
Valid values are 2.10 and 2.12.
-
Set the value to
2.10to create a Lustre 2.10 file system. -
Set the value to
2.12to create a Lustre 2.12 file system.
Default value is 2.10.
Consumes the builder and constructs a CreateFileSystemInput
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