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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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