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 4.5
 
A group of settings that will be applied to the cache cluster in the future, or that are currently being applied.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.PendingModifiedValues

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

Syntax

C#
public class PendingModifiedValues : Object

The PendingModifiedValues type exposes the following members

Constructors

NameDescription
Public Method PendingModifiedValues() Empty constructor used to set properties independently even when a simple constructor is available

Properties

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

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

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

The new cache engine version that the cache cluster will run.

Public Property NumCacheNodes System.Int32 Gets and sets the property NumCacheNodes.

The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

Version Information

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

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