AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeOrderableDBInstanceOptions operation. Returns a list of orderable DB instance options for the specified engine.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class DescribeOrderableDBInstanceOptionsRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The DescribeOrderableDBInstanceOptionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeOrderableDBInstanceOptionsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBInstanceClass | System.String |
Gets and sets the property DBInstanceClass. The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class. |
![]() |
Engine | System.String |
Gets and sets the property Engine. The name of the engine to retrieve DB instance options for. |
![]() |
EngineVersion | System.String |
Gets and sets the property EngineVersion. The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version. |
![]() |
Filters | System.Collections.Generic.List<Amazon.Neptune.Model.Filter> |
Gets and sets the property Filters. This parameter is not currently supported. |
![]() |
LicenseModel | System.String |
Gets and sets the property LicenseModel. The license model filter value. Specify this parameter to show only the available offerings matching the specified license model. |
![]() |
Marker | System.String |
Gets and sets the property 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 | System.Int32 |
Gets and sets the property MaxRecords.
The maximum number of records to include in the response. If more records exist than
the specified Default: 100 Constraints: Minimum 20, maximum 100. |
![]() |
Vpc | System.Boolean |
Gets and sets the property Vpc. The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings. |
This example lists information for all orderable DB instance options for the specified DB engine, engine version, DB instance class, license model, and VPC settings.
var response = client.DescribeOrderableDBInstanceOptions(new DescribeOrderableDBInstanceOptionsRequest { DBInstanceClass = "db.t2.micro", Engine = "mysql", EngineVersion = "5.6.27", LicenseModel = "general-public-license", Vpc = true });
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5