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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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)


3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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.



3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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.



3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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:



3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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)


3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3396

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