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 an individual cache node within a cache cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis.

Valid node types are as follows:

Notes:

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.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.CacheNode

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

Syntax

C#
public class CacheNode : Object

The CacheNode type exposes the following members

Constructors

NameDescription
Public Method CacheNode() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property CacheNodeCreateTime System.DateTime Gets and sets the property CacheNodeCreateTime.

The date and time when the cache node was created.

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

The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

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

The current state of this cache node.

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

The Availability Zone where this node was created and now resides.

Public Property Endpoint Amazon.ElastiCache.Model.Endpoint Gets and sets the property Endpoint.

The hostname for connecting to this cache node.

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

The status of the parameter group applied to this cache node.

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

The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

Version Information

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

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