Class: Aws::Finspace::Types::GetKxVolumeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_clustersArray<Types::KxAttachedCluster>

A list of cluster identifiers that a volume is attached to.

Returns:



2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idsArray<String>

The identifier of the availability zones.

Returns:

  • (Array<String>)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#az_modeString

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the volume.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, whose clusters can attach to the volume.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timestampTime

The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#nas1_configurationTypes::KxNAS1Configuration

Specifies the configuration for the Network attached storage (NAS_1) file system volume.



2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of volume creation.

  • CREATING – The volume creation is in progress.

  • CREATE_FAILED – The volume creation has failed.

  • ACTIVE – The volume is active.

  • UPDATING – The volume is in the process of being updated.

  • UPDATE_FAILED – The update action failed.

  • UPDATED – The volume is successfully updated.

  • DELETING – The volume is in the process of being deleted.

  • DELETE_FAILED – The system failed to delete the volume.

  • DELETED – The volume is successfully deleted.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The error message when a failed state occurs.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#volume_arnString

The ARN identifier of the volume.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#volume_nameString

A unique identifier for the volume.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2866

class GetKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :status_reason,
  :created_timestamp,
  :description,
  :az_mode,
  :availability_zone_ids,
  :last_modified_timestamp,
  :attached_clusters)
  SENSITIVE = []
  include Aws::Structure
end