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
Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z
public class DecreaseNodeGroupsInGlobalReplicationGroupRequest : AmazonElastiCacheRequest IAmazonWebServiceRequest
The DecreaseNodeGroupsInGlobalReplicationGroupRequest type exposes the following members
Name | Description | |
---|---|---|
DecreaseNodeGroupsInGlobalReplicationGroupRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
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. |
|
GlobalReplicationGroupId | System.String |
Gets and sets the property GlobalReplicationGroupId. The name of the Global datastore |
|
NodeGroupCount | System.Int32 |
Gets and sets the property NodeGroupCount. The number of node groups (shards) that results from the modification of the shard configuration |
.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