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.

Container for the parameters to the DecreaseNodeGroupsInGlobalReplicationGroup operation. Decreases the number of node groups in a Global datastore

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.DecreaseNodeGroupsInGlobalReplicationGroupRequest

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

Syntax

C#
public class DecreaseNodeGroupsInGlobalReplicationGroupRequest : AmazonElastiCacheRequest
         IAmazonWebServiceRequest

The DecreaseNodeGroupsInGlobalReplicationGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplyImmediately System.Boolean

Gets and sets the property ApplyImmediately.

Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

Public Property GlobalNodeGroupsToRemove System.Collections.Generic.List<System.String>

Gets and sets the property GlobalNodeGroupsToRemove.

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache will attempt to remove all node groups listed by GlobalNodeGroupsToRemove from the cluster.

Public Property GlobalNodeGroupsToRetain System.Collections.Generic.List<System.String>

Gets and sets the property GlobalNodeGroupsToRetain.

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache will attempt to retain all node groups listed by GlobalNodeGroupsToRetain from the cluster.

Public Property GlobalReplicationGroupId System.String

Gets and sets the property GlobalReplicationGroupId.

The name of the Global datastore

Public Property NodeGroupCount System.Int32

Gets and sets the property NodeGroupCount.

The number of node groups (shards) that results from the modification of the shard configuration

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