Container for the parameters to the DescribeDBEngineVersions operation.
Namespace: Amazon.RDS.ModelReturns a list of the available DB engines.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeDBEngineVersionsRequest : AmazonWebServiceRequest
Public Class DescribeDBEngineVersionsRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeDBEngineVersionsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeDBEngineVersionsRequest()()()() | Initializes a new instance of the DescribeDBEngineVersionsRequest class | |
| DBParameterGroupFamily |
The name of a specific DB Parameter Group family to return details for. Constraints:
| |
| DefaultOnly |
Indicates that only the default version of the specified engine or engine and major version combination is returned.
| |
| Engine |
The database engine to return.
| |
| EngineVersion |
The database engine version to return. Example: 5.1.49 | |
| Equals(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 |
The marker provided in the previous request. If this parameter is specified, the response includes records beyond the marker only, up to
MaxRecords.
| |
| MaxRecords |
The maximum number of records to include in the response. If more than the MaxRecords value is available, a marker is included in the
response so that the following results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDBParameterGroupFamily(String) |
Sets the DBParameterGroupFamily property
| |
| WithDefaultOnly(Boolean) |
Sets the DefaultOnly property
| |
| WithEngine(String) |
Sets the Engine property
| |
| WithEngineVersion(String) |
Sets the EngineVersion property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithMaxRecords(Int32) |
Sets the MaxRecords property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeDBEngineVersionsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeDBEngineVersionsRequest