Class: Aws::FSx::Types::Volume
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::Volume
- Defined in:
- gems/aws-sdk-fsx/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
-
#administrative_actions ⇒ Array<Types::AdministrativeAction>
A list of administrative actions for the file system that are in process or waiting to be processed.
-
#creation_time ⇒ Time
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
-
#file_system_id ⇒ String
The globally unique ID of the file system, assigned by Amazon FSx.
-
#lifecycle ⇒ String
The lifecycle status of the volume.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
The reason why the volume lifecycle status changed.
-
#name ⇒ String
The name of the volume.
-
#ontap_configuration ⇒ Types::OntapVolumeConfiguration
The configuration of an Amazon FSx for NetApp ONTAP volume.
-
#open_zfs_configuration ⇒ Types::OpenZFSVolumeConfiguration
The configuration of an Amazon FSx for OpenZFS volume.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for a given resource.
-
#tags ⇒ Array<Types::Tag>
A list of
Tag
values, with a maximum of 50 elements. -
#volume_id ⇒ String
The system-generated, unique ID of the volume.
-
#volume_type ⇒ String
The type of the volume.
Instance Attribute Details
#administrative_actions ⇒ Array<Types::AdministrativeAction>
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_time ⇒ Time
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_id ⇒ String
The globally unique ID of the file system, assigned by Amazon FSx.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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 ⇒ String
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.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_reason ⇒ Types::LifecycleTransitionReason
The reason why the volume lifecycle status changed.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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 |
#name ⇒ String
The name of the volume.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_configuration ⇒ Types::OntapVolumeConfiguration
The configuration of an Amazon FSx for NetApp ONTAP volume.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_configuration ⇒ Types::OpenZFSVolumeConfiguration
The configuration of an Amazon FSx for OpenZFS volume.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_arn ⇒ String
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.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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 |
#tags ⇒ Array<Types::Tag>
A list of Tag
values, with a maximum of 50 elements.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_id ⇒ String
The system-generated, unique ID of the volume.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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_type ⇒ String
The type of the volume.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8712 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 |