Container for the parameters to the DescribeOrderableDBInstanceOptions operation.
Namespace: Amazon.RDS.ModelReturns a list of orderable DB Instance options for the specified engine.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeOrderableDBInstanceOptionsRequest : AmazonWebServiceRequest
Public Class DescribeOrderableDBInstanceOptionsRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeOrderableDBInstanceOptionsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeOrderableDBInstanceOptionsRequest()()()() | Initializes a new instance of the DescribeOrderableDBInstanceOptionsRequest class | |
| DBInstanceClass |
The DB Instance class filter value. Specify this parameter to show only the available offerings matching the specified DB Instance class.
| |
| Engine |
The name of the engine to retrieve DB Instance options for.
| |
| EngineVersion |
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
| |
| 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.) | |
| LicenseModel |
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
| |
| Marker |
An optional marker provided in the previous DescribeOrderableDBInstanceOptions request. 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 may be retrieved. Default: 100 Constraints: minimum 20, maximum 100
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDBInstanceClass(String) |
Sets the DBInstanceClass property
| |
| WithEngine(String) |
Sets the Engine property
| |
| WithEngineVersion(String) |
Sets the EngineVersion property
| |
| WithLicenseModel(String) |
Sets the LicenseModel property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithMaxRecords(Int32) |
Sets the MaxRecords property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeOrderableDBInstanceOptionsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeOrderableDBInstanceOptionsRequest