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
 
Contains all of the attributes of a specific replication group.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.ReplicationGroup

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

Syntax

C#
public class ReplicationGroup : Object

The ReplicationGroup type exposes the following members

Constructors

NameDescription
Public Method ReplicationGroup()

Properties

NameTypeDescription
Public Property AutomaticFailover Amazon.ElastiCache.AutomaticFailoverStatus Gets and sets the property AutomaticFailover.

Indicates the status of Multi-AZ for this replication group.

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.
  • T1 and T2 cache node types.
Public Property Description System.String Gets and sets the property Description.

The description of the replication group.

Public Property MemberClusters System.Collections.Generic.List<System.String> Gets and sets the property MemberClusters.

The names of all the cache clusters that are part of this replication group.

Public Property NodeGroups System.Collections.Generic.List<Amazon.ElastiCache.Model.NodeGroup> Gets and sets the property NodeGroups.

A single element list with information about the nodes in the replication group.

Public Property PendingModifiedValues Amazon.ElastiCache.Model.ReplicationGroupPendingModifiedValues Gets and sets the property PendingModifiedValues.

A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

Public Property ReplicationGroupId System.String Gets and sets the property ReplicationGroupId.

The identifier for the replication group.

Public Property SnapshottingClusterId System.String Gets and sets the property SnapshottingClusterId.

The cache cluster ID that is used as the daily snapshot source for the replication group.

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