Class: Aws::Redshift::Types::ReservedNode

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the reserved cluster.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#durationInteger

The duration of the node reservation in seconds.

Returns:

  • (Integer)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#fixed_priceFloat

The fixed cost Amazon Redshift charges you for this reserved node.

Returns:

  • (Float)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#node_countInteger

The number of reserved compute nodes.

Returns:

  • (Integer)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#node_typeString

The node type of the reserved node.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#offering_typeString

The anticipated utilization of the reserved node, as defined in the reserved node offering.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring charges for the reserved node.

Returns:



6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#reserved_node_idString

The unique identifier for the reservation.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#reserved_node_offering_idString

The identifier for the reserved node offering.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#reserved_node_offering_typeString

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#start_timeTime

The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

Returns:

  • (Time)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#stateString

The state of the reserved compute node.

Possible Values:

  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.

  • active-This reserved node is owned by the caller and is available for use.

  • payment-failed-Payment failed for the purchase attempt.

  • retired-The reserved node is no longer available.

  • exchanging-The owner is exchanging the reserved node for another reserved node.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end

#usage_priceFloat

The hourly rate Amazon Redshift charges you for this reserved node.

Returns:

  • (Float)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
# File 'lib/aws-sdk-redshift/types.rb', line 6491

class ReservedNode < Struct.new(
  :reserved_node_id,
  :reserved_node_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :node_count,
  :state,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  include Aws::Structure
end