C# Class Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter

A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cache cluster, a cache.m1.large cache node type would have a larger maxmemory value than a cache.m1.small type.

Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
CacheNodeTypeSpecificParameter ( ) : System

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

Private Methods

Method Description
IsSetAllowedValues ( ) : bool
IsSetCacheNodeTypeSpecificValues ( ) : bool
IsSetChangeType ( ) : bool
IsSetDataType ( ) : bool
IsSetDescription ( ) : bool
IsSetIsModifiable ( ) : bool
IsSetMinimumEngineVersion ( ) : bool
IsSetParameterName ( ) : bool
IsSetSource ( ) : bool

Method Details

CacheNodeTypeSpecificParameter() public method

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