Class: Aws::FSx::Types::CreateBackupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateBackupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The request object for the ‘CreateBackup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
-
#file_system_id ⇒ String
The ID of the file system to back up.
-
#tags ⇒ Array<Types::Tag>
(Optional) The tags to apply to the backup at backup creation.
-
#volume_id ⇒ String
(Optional) The ID of the FSx for ONTAP volume to back up.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) 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.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-fsx/types.rb', line 1119 class CreateBackupRequest < Struct.new( :file_system_id, :client_request_token, :tags, :volume_id) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the file system to back up.
1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-fsx/types.rb', line 1119 class CreateBackupRequest < Struct.new( :file_system_id, :client_request_token, :tags, :volume_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
(Optional) The tags to apply to the backup at backup creation. The key value of the ‘Name` tag appears in the console as the backup name. If you have set `CopyTagsToBackups` to `true`, and you specify one or more tags using the `CreateBackup` operation, no existing file system tags are copied from the file system to the backup.
1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-fsx/types.rb', line 1119 class CreateBackupRequest < Struct.new( :file_system_id, :client_request_token, :tags, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
(Optional) The ID of the FSx for ONTAP volume to back up.
1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-fsx/types.rb', line 1119 class CreateBackupRequest < Struct.new( :file_system_id, :client_request_token, :tags, :volume_id) SENSITIVE = [] include Aws::Structure end |