AWS SDK for .NET Documentation
CacheNode Class
AmazonAmazon.ElastiCache.ModelCacheNode Did this page help you?   Yes   No    Tell us about it...

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.

Declaration Syntax
C#
public class CacheNode
Members
All MembersConstructorsMethodsProperties



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

CacheNodeCreateTime
The date and time when the cache node was created.

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.

CacheNodeStatus
The current state of this cache node.

Endpoint
The hostname and IP address for connecting to this cache node.

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.)
ParameterGroupStatus
The status of the parameter group applied to this cache node.

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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheNodeCreateTime(DateTime) Obsolete.
Sets the CacheNodeCreateTime property

WithCacheNodeId(String) Obsolete.
Sets the CacheNodeId property

WithCacheNodeStatus(String) Obsolete.
Sets the CacheNodeStatus property

WithEndpoint(Endpoint) Obsolete.
Sets the Endpoint property

WithParameterGroupStatus(String) Obsolete.
Sets the ParameterGroupStatus property

WithSourceCacheNodeId(String) Obsolete.
Sets the SourceCacheNodeId property

Inheritance Hierarchy
Object
CacheNode

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