C# Class 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.
Inheritance: AmazonElastiCacheRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetCacheParameterGroupFamily ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Method Details

DescribeEngineDefaultParametersRequest() public method

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

DescribeEngineDefaultParametersRequest() public method

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
return System