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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCacheParameterGroupFamily ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Method Details

DescribeEngineDefaultParametersRequest() public méthode

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

DescribeEngineDefaultParametersRequest() public méthode

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
Résultat System