C# Класс 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.

Показать файл Открыть проект

Открытые методы

Метод Описание
CacheNodeTypeSpecificParameter ( ) : System

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

Приватные методы

Метод Описание
IsSetAllowedValues ( ) : bool
IsSetCacheNodeTypeSpecificValues ( ) : bool
IsSetChangeType ( ) : bool
IsSetDataType ( ) : bool
IsSetDescription ( ) : bool
IsSetIsModifiable ( ) : bool
IsSetMinimumEngineVersion ( ) : bool
IsSetParameterName ( ) : bool
IsSetSource ( ) : bool

Описание методов

CacheNodeTypeSpecificParameter() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public CacheNodeTypeSpecificParameter ( ) : System
Результат System