Class: Aws::Finspace::Types::CreateKxVolumeResponse

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

#availability_zone_idsArray<String>

The identifier of the availability zones.

Returns:

  • (Array<String>)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#descriptionString

A description of the volume.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#environment_idString

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

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#nas1_configurationTypes::KxNAS1Configuration

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



1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#status_reasonString

The error message when a failed state occurs.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#volume_arnString

The ARN identifier of the volume.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#volume_nameString

A unique identifier for the volume.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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

#volume_typeString

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

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1485

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