Class: Aws::Finspace::Types::KxVolume

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

Overview

The structure that contains the metadata of the volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_idsArray<String>

The identifier of the availability zones.

Returns:

  • (Array<String>)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

class KxVolume < Struct.new(
  :volume_name,
  :volume_type,
  :status,
  :description,
  :status_reason,
  :az_mode,
  :availability_zone_ids,
  :created_timestamp,
  :last_modified_timestamp)
  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)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

class KxVolume < Struct.new(
  :volume_name,
  :volume_type,
  :status,
  :description,
  :status_reason,
  :az_mode,
  :availability_zone_ids,
  :created_timestamp,
  :last_modified_timestamp)
  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)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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

#descriptionString

A description of the volume.

Returns:

  • (String)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

class KxVolume < Struct.new(
  :volume_name,
  :volume_type,
  :status,
  :description,
  :status_reason,
  :az_mode,
  :availability_zone_ids,
  :created_timestamp,
  :last_modified_timestamp)
  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)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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

#statusString

The status of 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)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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

#status_reasonString

The error message when a failed state occurs.

Returns:

  • (String)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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

#volume_nameString

A unique identifier for the volume.

Returns:

  • (String)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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

#volume_typeString

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

Returns:

  • (String)


4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4013

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