You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::CreateFileSystemFromBackupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateFileSystemFromBackupRequest
- Defined in:
- (unknown)
Overview
When passing CreateFileSystemFromBackupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
backup_id: "BackupId", # required
client_request_token: "ClientRequestToken",
subnet_ids: ["SubnetId"], # required
security_group_ids: ["SecurityGroupId"],
tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
windows_configuration: {
active_directory_id: "DirectoryId",
self_managed_active_directory_configuration: {
domain_name: "ActiveDirectoryFullyQualifiedName", # required
organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
file_system_administrators_group: "FileSystemAdministratorsGroupName",
user_name: "DirectoryUserName", # required
password: "DirectoryPassword", # required
dns_ips: ["IpAddress"], # required
},
deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
preferred_subnet_id: "SubnetId",
throughput_capacity: 1, # required
weekly_maintenance_start_time: "WeeklyTime",
daily_automatic_backup_start_time: "DailyTime",
automatic_backup_retention_days: 1,
copy_tags_to_backups: false,
aliases: ["AlternateDNSName"],
},
lustre_configuration: {
weekly_maintenance_start_time: "WeeklyTime",
import_path: "ArchivePath",
export_path: "ArchivePath",
imported_file_chunk_size: 1,
deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
per_unit_storage_throughput: 1,
daily_automatic_backup_start_time: "DailyTime",
automatic_backup_retention_days: 1,
copy_tags_to_backups: false,
drive_cache_type: "NONE", # accepts NONE, READ
},
storage_type: "SSD", # accepts SSD, HDD
}
The request object for the CreateFileSystemFromBackup
operation.
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup.
-
#client_request_token ⇒ String
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
-
#lustre_configuration ⇒ Types::CreateFileSystemLustreConfiguration
The Lustre configuration for the file system being created.
-
#security_group_ids ⇒ Array<String>
A list of IDs for the security groups that apply to the specified network interfaces created for file system access.
-
#storage_type ⇒ String
Sets the storage type for the Windows file system you\'re creating from a backup.
-
#subnet_ids ⇒ Array<String>
Specifies the IDs of the subnets that the file system will be accessible from.
-
#tags ⇒ Array<Types::Tag>
The tags to be applied to the file system at file system creation.
-
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
The configuration for this Microsoft Windows file system.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup. Specifies the backup to use if you're creating a file system from an existing backup.
#client_request_token ⇒ String
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 AWS Command Line Interface (AWS CLI) or an AWS SDK.
#lustre_configuration ⇒ Types::CreateFileSystemLustreConfiguration
The Lustre configuration for the file system being created.
#security_group_ids ⇒ Array<String>
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.
#storage_type ⇒ String
Sets the storage type for the Windows file system you\'re creating from
a backup. Valid values are SSD
and HDD
.
Set to
SSD
to use solid state drive storage. Supported on all Windows deployment types.Set to
HDD
to use hard disk drive storage. Supported onSINGLE_AZ_2
andMULTI_AZ_1
Windows file system deployment types.
Default value is SSD
.
Possible values:
- SSD
- HDD
#subnet_ids ⇒ Array<String>
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.
#tags ⇒ Array<Types::Tag>
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.
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
The configuration for this Microsoft Windows file system.