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

Container for the parameters to the DescribeEngineDefaultParameters operation. Returns the default engine and system parameter information for the specified cache engine.
상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeEngineDefaultParametersRequest ( ) : System

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

DescribeEngineDefaultParametersRequest ( string cacheParameterGroupFamily ) : System

Instantiates DescribeEngineDefaultParametersRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheParameterGroupFamily ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

메소드 상세

DescribeEngineDefaultParametersRequest() 공개 메소드

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

DescribeEngineDefaultParametersRequest() 공개 메소드

Instantiates DescribeEngineDefaultParametersRequest with the parameterized properties
public DescribeEngineDefaultParametersRequest ( string cacheParameterGroupFamily ) : System
cacheParameterGroupFamily string The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8 | redis3.2
리턴 System