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.
Returns a list of orderable DB instance options for the specified engine.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeOrderableDBInstanceOptionsAsync.
Namespace: Amazon.Neptune
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public abstract DescribeOrderableDBInstanceOptionsResponse DescribeOrderableDBInstanceOptions( DescribeOrderableDBInstanceOptionsRequest request )
Container for the necessary parameters to execute the DescribeOrderableDBInstanceOptions service method.
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 Framework:
Supported in: 4.5 and newer, 3.5