A Cache Cluster is made up of one or more Cache Nodes. Each Cache Node is an separate endpoint servicing the memcached protocol.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
|