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

.NET Framework 3.5
 
Represents a collection of cache nodes in a replication group.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.NodeGroup

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class NodeGroup : Object

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. A replication group contains only one node group; therefore, the node group ID is 0001.

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.

Public Property PrimaryEndpoint Amazon.ElastiCache.Model.Endpoint Gets and sets the property PrimaryEndpoint.
Public Property Status System.String Gets and sets the property Status.

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

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8