Class: Aws::Finspace::Types::UpdateKxVolumeResponse

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>

Specifies the clusters that a volume is attached to.

Returns:



5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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>)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

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

#descriptionString

The description for the volume.

Returns:

  • (String)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

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

#environment_idString

A unique identifier for the kdb environment where you want to update the volume.

Returns:

  • (String)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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.



5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

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

#statusString

The status of the volume.

  • 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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

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

#volume_nameString

A unique identifier for the volume that you want to update.

Returns:

  • (String)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

class UpdateKxVolumeResponse < Struct.new(
  :environment_id,
  :volume_name,
  :volume_type,
  :volume_arn,
  :nas1_configuration,
  :status,
  :description,
  :status_reason,
  :created_timestamp,
  :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)


5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5532

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