AWS SDK for .NET Documentation
DescribeCacheEngineVersionsRequest Class
AmazonAmazon.ElastiCache.ModelDescribeCacheEngineVersionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeCacheEngineVersions operation.

The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.

Declaration Syntax
C#
public class DescribeCacheEngineVersionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeCacheEngineVersionsRequest()()()()
Initializes a new instance of the DescribeCacheEngineVersionsRequest class

CacheParameterGroupFamily
The name of a specific cache parameter group family to return details for. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

DefaultOnly
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

Engine
The cache engine to return. Valid values: memcached | redis

EngineVersion
The cache engine version to return. Example: 1.4.14

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 100Constraints: minimum 20; maximum 100.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheParameterGroupFamily(String) Obsolete.
Sets the CacheParameterGroupFamily property

WithDefaultOnly(Boolean) Obsolete.
Sets the DefaultOnly property

WithEngine(String) Obsolete.
Sets the Engine property

WithEngineVersion(String) Obsolete.
Sets the EngineVersion property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeCacheEngineVersionsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)