Represents a single node within a node group.
 Declaration Syntax
 Declaration Syntax| C# | 
public class NodeGroupMember
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NodeGroupMember()()()() | Initializes a new instance of the NodeGroupMember class | 
|  | CacheClusterId | 
            The ID of the cache cluster to which the node belongs.
             
             | 
|  | CacheNodeId | 
            The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).
             
             | 
|  | CurrentRole | 
            The role that is currently assigned to the node - primary or replica.
             
             | 
|  | 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.) | 
|  | PreferredAvailabilityZone | 
            The name of the Availability Zone in which the node is located.
             
             | 
|  | ReadEndpoint | 
            Represents the information required for client programs to connect to a cache node.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheClusterId(String) | Obsolete. 
            Sets the CacheClusterId property
             | 
|  | WithCacheNodeId(String) | Obsolete. 
            Sets the CacheNodeId property
             | 
|  | WithCurrentRole(String) | Obsolete. 
            Sets the CurrentRole property
             | 
|  | WithPreferredAvailabilityZone(String) | Obsolete. 
            Sets the PreferredAvailabilityZone property
             | 
|  | WithReadEndpoint(Endpoint) | Obsolete. 
            Sets the ReadEndpoint property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NodeGroupMember |