Class: Aws::FSx::Types::CreateVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
-
#name ⇒ String
Specifies the name of the volume that you’re creating.
-
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Specifies the configuration to use when creating the ONTAP volume.
-
#open_zfs_configuration ⇒ Types::CreateOpenZFSVolumeConfiguration
Specifies the configuration to use when creating the OpenZFS volume.
-
#tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
-
#volume_type ⇒ String
Specifies the type of volume to create; ‘ONTAP` and `OPENZFS` are the only valid volume types.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token 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.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies the name of the volume that you’re creating.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Specifies the configuration to use when creating the ONTAP volume.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#open_zfs_configuration ⇒ Types::CreateOpenZFSVolumeConfiguration
Specifies the configuration to use when creating the OpenZFS volume.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
Specifies the type of volume to create; ‘ONTAP` and `OPENZFS` are the only valid volume types.
3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-fsx/types.rb', line 3502 class CreateVolumeRequest < Struct.new( :client_request_token, :volume_type, :name, :ontap_configuration, :tags, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |