AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Redshift.Model.ReservedNode

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ReservedNode : Object

The ReservedNode type exposes the following members

Constructors

NameDescription
Public Method ReservedNode()

Properties

NameTypeDescription
Public Property CurrencyCode System.String Gets and sets the property CurrencyCode.

The currency code for the reserved cluster.

Public Property Duration System.Int32 Gets and sets the property Duration.

The duration of the node reservation in seconds.

Public Property FixedPrice System.Double Gets and sets the property FixedPrice.

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

Public Property NodeCount System.Int32 Gets and sets the property NodeCount.

The number of reserved compute nodes.

Public Property NodeType System.String Gets and sets the property NodeType.

The node type of the reserved node.

Public Property OfferingType System.String Gets and sets the property OfferingType.

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

Public Property RecurringCharges System.Collections.Generic.List<Amazon.Redshift.Model.RecurringCharge> Gets and sets the property RecurringCharges.

The recurring charges for the reserved node.

Public Property ReservedNodeId System.String Gets and sets the property ReservedNodeId.

The unique identifier for the reservation.

Public Property ReservedNodeOfferingId System.String Gets and sets the property ReservedNodeOfferingId.

The identifier for the reserved node offering.

Public Property StartTime System.DateTime Gets and sets the property StartTime.

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

Public Property State System.String Gets and sets the property State.

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.
Public Property UsagePrice System.Double Gets and sets the property UsagePrice.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8