Class: Aws::Finspace::Types::KxSavedownStorageConfiguration

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

Overview

The size and type of temporary storage that is used to hold data during the savedown process. All the data written to this storage space is lost when the cluster node is restarted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizeInteger

The size of temporary storage in gibibytes.

Returns:

  • (Integer)


3783
3784
3785
3786
3787
3788
3789
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3783

class KxSavedownStorageConfiguration < Struct.new(
  :type,
  :size,
  :volume_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of writeable storage space for temporarily storing your savedown data. The valid values are:

  • SDS01 – This type represents 3000 IOPS and io2 ebs volume type.

^

Returns:

  • (String)


3783
3784
3785
3786
3787
3788
3789
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3783

class KxSavedownStorageConfiguration < Struct.new(
  :type,
  :size,
  :volume_name)
  SENSITIVE = []
  include Aws::Structure
end

#volume_nameString

The name of the kdb volume that you want to use as writeable save-down storage for clusters.

Returns:

  • (String)


3783
3784
3785
3786
3787
3788
3789
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3783

class KxSavedownStorageConfiguration < Struct.new(
  :type,
  :size,
  :volume_name)
  SENSITIVE = []
  include Aws::Structure
end