A Cache Cluster is made up of one or more Cache Nodes. Each Cache Node is an separate endpoint servicing the memcached protocol.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CacheNode
Public Class CacheNode
public ref class CacheNode

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CacheNode()()()()
Initializes a new instance of the CacheNode class
CacheNodeCreateTime
Provides the date and time the Cache Node was created.
CacheNodeId
Specifies a Cache Node identifier. This is the unique key that identifies a Cache Node per Customer (AWS account).
CacheNodeStatus
Specifies the current state of this Cache Node.
Endpoint
Specifies the endpoint details for a 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
Specified the status of teh parameter group applied to this Cache Node.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheNodeCreateTime(DateTime)
Sets the CacheNodeCreateTime property
WithCacheNodeId(String)
Sets the CacheNodeId property
WithCacheNodeStatus(String)
Sets the CacheNodeStatus property
WithEndpoint(Endpoint)
Sets the Endpoint property
WithParameterGroupStatus(String)
Sets the ParameterGroupStatus property

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..CacheNode

See Also