Container for the parameters to the DescribeOrderableDBInstanceOptions operation.
            
Returns a list of orderable DB instance options for the specified engine.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeOrderableDBInstanceOptionsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 pagination token provided by a 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 pagination
            token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: minimum 20,
            maximum 100
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Vpc | 
            The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
             
             | 
|  | WithDBInstanceClass(String) | Obsolete. 
            Sets the DBInstanceClass property
             | 
|  | WithEngine(String) | Obsolete. 
            Sets the Engine property
             | 
|  | WithEngineVersion(String) | Obsolete. 
            Sets the EngineVersion property
             | 
|  | WithLicenseModel(String) | Obsolete. 
            Sets the LicenseModel property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxRecords(Int32) | Obsolete. 
            Sets the MaxRecords property
             | 
|  | WithVpc(Boolean) | Obsolete. 
            Sets the Vpc property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeOrderableDBInstanceOptionsRequest | |