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 collection of cache nodes in a replication group. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.NodeGroup

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

Syntax

C#
public class NodeGroup

The NodeGroup type exposes the following members

Constructors

NameDescription
Public Method NodeGroup()

Properties

NameTypeDescription
Public Property NodeGroupId System.String

Gets and sets the property NodeGroupId.

The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.

Public Property NodeGroupMembers System.Collections.Generic.List<Amazon.ElastiCache.Model.NodeGroupMember>

Gets and sets the property NodeGroupMembers.

A list containing information about individual nodes within the node group (shard).

Public Property PrimaryEndpoint Amazon.ElastiCache.Model.Endpoint

Gets and sets the property PrimaryEndpoint.

The endpoint of the primary node in this node group (shard).

Public Property ReaderEndpoint Amazon.ElastiCache.Model.Endpoint

Gets and sets the property ReaderEndpoint.

The endpoint of the replica nodes in this node group (shard). This value is read-only.

Public Property Slots System.String

Gets and sets the property Slots.

The keyspace for this node group (shard).

Public Property Status System.String

Gets and sets the property Status.

The current state of this replication group - creating, available, modifying, deleting.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5