Amazon.ElastiCache.AmazonElastiCacheClient.ModifyReplicationGroup C# (CSharp) Méthode

ModifyReplicationGroup() public méthode

Modifies the settings for a replication group.

Due to current limitations on Redis (cluster mode disabled), this operation or parameter is not supported on Redis (cluster mode enabled) replication groups.

This operation is valid for Redis only.

/// The requested cache cluster ID does not refer to an existing cache cluster. /// /// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// The requested cache security group name does not refer to an existing cache security /// group. /// /// The requested cache node type is not available in the specified Availability Zone. /// /// The requested cache cluster is not in the available state. /// /// The current state of the cache security group does not allow deletion. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. /// /// The requested replication group is not in the available state. /// /// The VPC network is in an invalid state. /// /// The request cannot be processed because it would exceed the allowed number of cache /// nodes in a single cache cluster. /// /// The request cannot be processed because it would exceed the allowed number of cache /// nodes per customer. /// /// The specified replication group does not exist. ///
public ModifyReplicationGroup ( ModifyReplicationGroupRequest request ) : ModifyReplicationGroupResponse
request ModifyReplicationGroupRequest Container for the necessary parameters to execute the ModifyReplicationGroup service method.
Résultat ModifyReplicationGroupResponse
        public ModifyReplicationGroupResponse ModifyReplicationGroup(ModifyReplicationGroupRequest request)
        {
            var marshaller = new ModifyReplicationGroupRequestMarshaller();
            var unmarshaller = ModifyReplicationGroupResponseUnmarshaller.Instance;

            return Invoke<ModifyReplicationGroupRequest,ModifyReplicationGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient