AWS SDK for .NET Documentation
PurchaseReservedNodeOfferingRequest Class
AmazonAmazon.Redshift.ModelPurchaseReservedNodeOfferingRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the PurchaseReservedNodeOffering operation. Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one of the offerings. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve.

For more information about managing parameter groups, go to Purchasing Reserved Nodes in the Amazon Redshift Management Guide.

Declaration Syntax
C#
public class PurchaseReservedNodeOfferingRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PurchaseReservedNodeOfferingRequest()()()()
Initializes a new instance of the PurchaseReservedNodeOfferingRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 nodes you want to purchase.

Default:

CopyC#
1


ReservedNodeOfferingId
Gets and sets the property ReservedNodeOfferingId.

The unique identifier of the reserved node offering you want to purchase.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNodeCount(Int32) Obsolete.
Sets the NodeCount property

WithReservedNodeOfferingId(String) Obsolete.
Sets the ReservedNodeOfferingId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 PurchaseReservedNodeOfferingRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)