Class: Aws::FSx::Types::CreateVolumeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(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.

Returns:

  • (String)


3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the name of the volume that you’re creating.

Returns:

  • (String)


3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ontap_configurationTypes::CreateOntapVolumeConfiguration

Specifies the configuration to use when creating the ONTAP volume.



3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#open_zfs_configurationTypes::CreateOpenZFSVolumeConfiguration

Specifies the configuration to use when creating the OpenZFS volume.



3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of ‘Tag` values, with a maximum of 50 elements.

Returns:



3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

Specifies the type of volume to create; ‘ONTAP` and `OPENZFS` are the only valid volume types.

Returns:

  • (String)


3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-fsx/types.rb', line 3461

class CreateVolumeRequest < Struct.new(
  :client_request_token,
  :volume_type,
  :name,
  :ontap_configuration,
  :tags,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end