AWS SDK for .NET Documentation
PurchaseReservedCacheNodesOfferingRequest Class
AmazonAmazon.ElastiCache.ModelPurchaseReservedCacheNodesOfferingRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the PurchaseReservedCacheNodesOffering operation.

The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.

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



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

CacheNodeCount
The number of cache node instances to reserve. Default: 1

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.)
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
Object
AmazonWebServiceRequest
 PurchaseReservedCacheNodesOfferingRequest
See Also

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