Class: Aws::FSx::Types::Volume

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

Overview

Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actionsArray<Types::AdministrativeAction>

A list of administrative actions for the volume that are in process or waiting to be processed. Administrative actions describe changes to the volume that you have initiated using the ‘UpdateVolume` action.

Returns:



9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Returns:

  • (Time)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

The globally unique ID of the file system, assigned by Amazon FSx.

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The lifecycle status of the volume.

  • ‘AVAILABLE` - The volume is fully available for use.

  • ‘CREATED` - The volume has been created.

  • ‘CREATING` - Amazon FSx is creating the new volume.

  • ‘DELETING` - Amazon FSx is deleting an existing volume.

  • ‘FAILED` - Amazon FSx was unable to create the volume.

  • ‘MISCONFIGURED` - The volume is in a failed but recoverable state.

  • ‘PENDING` - Amazon FSx hasn’t started creating the volume.

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

The reason why the volume lifecycle status changed.



9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the volume.

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ontap_configurationTypes::OntapVolumeConfiguration

The configuration of an Amazon FSx for NetApp ONTAP volume.



9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#open_zfs_configurationTypes::OpenZFSVolumeConfiguration

The configuration of an Amazon FSx for OpenZFS volume.



9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The system-generated, unique ID of the volume.

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The type of the volume.

Returns:

  • (String)


9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
# File 'lib/aws-sdk-fsx/types.rb', line 9280

class Volume < Struct.new(
  :creation_time,
  :file_system_id,
  :lifecycle,
  :name,
  :ontap_configuration,
  :resource_arn,
  :tags,
  :volume_id,
  :volume_type,
  :lifecycle_transition_reason,
  :administrative_actions,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end