C# 클래스 Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest

Container for the parameters to the ResetCacheParameterGroup operation.

The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ResetCacheParameterGroupRequest ( ) : System

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

ResetCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System

Instantiates ResetCacheParameterGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheParameterGroupName ( ) : bool
IsSetParameterNameValues ( ) : bool
IsSetResetAllParameters ( ) : bool

메소드 상세

ResetCacheParameterGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ResetCacheParameterGroupRequest ( ) : System
리턴 System

ResetCacheParameterGroupRequest() 공개 메소드

Instantiates ResetCacheParameterGroupRequest with the parameterized properties
public ResetCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System
cacheParameterGroupName string The name of the cache parameter group to reset.
parameterNameValues List An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.
리턴 System