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
 
Describes all of the attributes of a reserved cache node offering.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.ReservedCacheNodesOffering

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

Syntax

C#
public class ReservedCacheNodesOffering : Object

The ReservedCacheNodesOffering type exposes the following members

Constructors

Properties

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

The cache node type for the reserved cache node.

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 offering. in seconds.

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

The fixed price charged for this offering.

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

The offering type.

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

The cache engine used by the offering.

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 ReservedCacheNodesOfferingId System.String Gets and sets the property ReservedCacheNodesOfferingId.

A unique identifier for the reserved cache node offering.

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

The hourly price charged for this offering.

Version Information

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

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