AWS SDK Version 3 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.

Represents a single node within a node group (shard).

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.NodeGroupMember

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class NodeGroupMember

The NodeGroupMember type exposes the following members

Constructors

NameDescription
Public Method NodeGroupMember()

Properties

NameTypeDescription
Public Property CacheClusterId System.String

Gets and sets the property CacheClusterId.

The ID of the cluster to which the node belongs.

Public Property CacheNodeId System.String

Gets and sets the property CacheNodeId.

The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

Public Property CurrentRole System.String

Gets and sets the property CurrentRole.

The role that is currently assigned to the node - primary or replica. This member is only applicable for Valkey or Redis OSS (cluster mode disabled) replication groups.

Public Property PreferredAvailabilityZone System.String

Gets and sets the property PreferredAvailabilityZone.

The name of the Availability Zone in which the node is located.

Public Property PreferredOutpostArn System.String

Gets and sets the property PreferredOutpostArn.

The outpost ARN of the node group member.

Public Property ReadEndpoint Amazon.ElastiCache.Model.Endpoint

Gets and sets the property ReadEndpoint.

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Valkey or Redis OSS (cluster mode disabled) clusters.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5