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
 
Represents the output of a PurchaseReservedCacheNodesOffering action.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.ReservedCacheNode

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

Syntax

C#
public class ReservedCacheNode : Object

The ReservedCacheNode type exposes the following members

Constructors

NameDescription
Public Method ReservedCacheNode()

Properties

NameTypeDescription
Public Property CacheNodeCount System.Int32 Gets and sets the property CacheNodeCount.

The number of cache nodes that have been reserved.

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

The cache node type for the reserved cache nodes.

Valid node types are as follows:

  • General purpose:
    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge
    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge
  • Compute optimized: cache.c1.xlarge
  • Memory optimized
    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge
    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).
  • Redis backup/restore is not supported for t2 instances.
  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

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

The duration of the reservation in seconds.

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

The fixed price charged for this reserved cache node.

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

The offering type of this reserved cache node.

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

The description of the reserved cache node.

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

The recurring price charged to run this reserved cache node.

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

The unique identifier for the reservation.

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

The offering identifier.

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

The time the reservation started.

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

The state of the reserved cache node.

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

The hourly price charged for this reserved cache node.

Version Information

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

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