Contains values that will be applied to the Cache Cluster in the future.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class PendingModifiedValues
Public Class PendingModifiedValues
public ref class PendingModifiedValues

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PendingModifiedValues()()()()
Initializes a new instance of the PendingModifiedValues class
CacheNodeIdsToRemove
Contains the list of node Ids to remove from the Cache Cluster that will be applied or is in progress.
EngineVersion
Contains the new version of the Cache Engine the Cache Cluster will be upgraded to.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
NumCacheNodes
Contains the new NumCacheNodes for the Cache Cluster that will be applied or is in progress.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheNodeIdsToRemove(IEnumerable<(Of <<'(String>)>>))
Adds elements to the CacheNodeIdsToRemove collection
WithCacheNodeIdsToRemove(array<String>[]()[][])
Adds elements to the CacheNodeIdsToRemove collection
WithEngineVersion(String)
Sets the EngineVersion property
WithNumCacheNodes(Int32)
Sets the NumCacheNodes property

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..PendingModifiedValues

See Also