Container for the parameters to the PurchaseReservedCacheNodesOffering operation.
            
The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PurchaseReservedCacheNodesOfferingRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PurchaseReservedCacheNodesOfferingRequest()()()() | Initializes a new instance of the PurchaseReservedCacheNodesOfferingRequest class | 
|  | CacheNodeCount | 
            The number of cache node instances to reserve. Default: 1 | 
|  | Equals(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.) | 
|  | ReservedCacheNodeId | 
            A customer-specified identifier to track this reservation. Example: myreservationID
             
             | 
|  | ReservedCacheNodesOfferingId | 
            The ID of the reserved cache node offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheNodeCount(Int32) | Obsolete. 
            Sets the CacheNodeCount property
             | 
|  | WithReservedCacheNodeId(String) | Obsolete. 
            Sets the ReservedCacheNodeId property
             | 
|  | WithReservedCacheNodesOfferingId(String) | Obsolete. 
            Sets the ReservedCacheNodesOfferingId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | PurchaseReservedCacheNodesOfferingRequest | |