C# Class Amazon.ElastiCache.Model.PendingModifiedValues

A group of settings that will be applied to the cache cluster in the future, or that are currently being applied.

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
PendingModifiedValues ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetCacheNodeIdsToRemove ( ) : bool
IsSetCacheNodeType ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetNumCacheNodes ( ) : bool

Method Details

PendingModifiedValues() public method

Empty constructor used to set properties independently even when a simple constructor is available
public PendingModifiedValues ( ) : System
return System