C# Класс Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest

Container for the parameters to the CreateCacheParameterGroup operation.

The CreateCacheParameterGroup operation creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

CreateCacheParameterGroupRequest ( string cacheParameterGroupName, string cacheParameterGroupFamily, string description ) : System

Instantiates CreateCacheParameterGroupRequest with the parameterized properties

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

Метод Описание
IsSetCacheParameterGroupFamily ( ) : bool
IsSetCacheParameterGroupName ( ) : bool
IsSetDescription ( ) : bool

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

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

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

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

Instantiates CreateCacheParameterGroupRequest with the parameterized properties
public CreateCacheParameterGroupRequest ( string cacheParameterGroupName, string cacheParameterGroupFamily, string description ) : System
cacheParameterGroupName string A user-specified name for the cache parameter group.
cacheParameterGroupFamily string The name of the cache parameter group family that the cache parameter group can be used with. Valid values are: memcached1.4 | redis2.6 | redis2.8 | redis3.2
description string A user-specified description for the cache parameter group.
Результат System