 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedNode
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedNode()()()() | Initializes a new instance of the ReservedNode class | 
|  | CurrencyCode | 
            Gets and sets the property CurrencyCode. 
             The currency code for the reserved cluster. | 
|  | Duration | 
            Gets and sets the property Duration. 
             The duration of the node reservation in seconds. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FixedPrice | 
            Gets and sets the property FixedPrice. 
             The fixed cost Amazon Redshift charged you for this reserved node. | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NodeCount | 
            Gets and sets the property NodeCount. 
             The number of reserved compute nodes. | 
|  | NodeType | 
            Gets and sets the property NodeType. 
             The node type of the reserved node. | 
|  | OfferingType | 
            Gets and sets the property OfferingType. 
             The anticipated utilization of the reserved node, as defined in the reserved node offering. | 
|  | RecurringCharges | 
            Gets and sets the property RecurringCharges. 
             The recurring charges for the reserved node. | 
|  | ReservedNodeId | 
            Gets and sets the property ReservedNodeId. 
             The unique identifier for the reservation. | 
|  | ReservedNodeOfferingId | 
            Gets and sets the property ReservedNodeOfferingId. 
             The identifier for the reserved node offering. | 
|  | StartTime | 
            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. | 
|  | State | 
            Gets and sets the property State. 
             The state of the reserved Compute Node. Possible Values: 
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UsagePrice | 
            Gets and sets the property UsagePrice. 
             The hourly rate Amazon Redshift charge you for this reserved node. | 
|  | WithCurrencyCode(String) | Obsolete. 
            Sets the CurrencyCode property
             | 
|  | WithDuration(Int32) | Obsolete. 
            Sets the Duration property
             | 
|  | WithFixedPrice(Double) | Obsolete. 
            Sets the FixedPrice property
             | 
|  | WithNodeCount(Int32) | Obsolete. 
            Sets the NodeCount property
             | 
|  | WithNodeType(String) | Obsolete. 
            Sets the NodeType property
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the OfferingType property
             | 
|  | WithRecurringCharges(array<RecurringCharge>[]()[][]) | Obsolete. 
            Sets the RecurringCharges property
             | 
|  | WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) | Obsolete. 
            Sets the RecurringCharges property
             | 
|  | WithReservedNodeId(String) | Obsolete. 
            Sets the ReservedNodeId property
             | 
|  | WithReservedNodeOfferingId(String) | Obsolete. 
            Sets the ReservedNodeOfferingId property
             | 
|  | WithStartTime(DateTime) | Obsolete. 
            Sets the StartTime property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
|  | WithUsagePrice(Double) | Obsolete. 
            Sets the UsagePrice property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedNode |