AWS SDK Version 3 for .NET
API Reference

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. Describes the orderable DB instance options for a specified DB engine.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RDS.AmazonRDSRequest
      Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeOrderableDBInstanceOptionsRequest : AmazonRDSRequest
         IAmazonWebServiceRequest

The DescribeOrderableDBInstanceOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZoneGroup System.String

Gets and sets the property AvailabilityZoneGroup.

The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available options for the Local Zones in the group.

Omit this parameter to show the available options in the specified Amazon Web Services Region.

This setting doesn't apply to RDS Custom DB instances.

Public Property DBInstanceClass System.String

Gets and sets the property DBInstanceClass.

A filter to include only the available options for the specified DB instance class.

Public Property Engine System.String

Gets and sets the property Engine.

The name of the database engine to describe DB instance options for.

Valid Values:

  • aurora-mysql

  • aurora-postgresql

  • custom-oracle-ee

  • custom-oracle-ee-cdb

  • custom-oracle-se2

  • custom-oracle-se2-cdb

  • db2-ae

  • db2-se

  • mariadb

  • mysql

  • oracle-ee

  • oracle-ee-cdb

  • oracle-se2

  • oracle-se2-cdb

  • postgres

  • sqlserver-ee

  • sqlserver-se

  • sqlserver-ex

  • sqlserver-web

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

A filter to include only the available options for the specified engine version.

Public Property Filters System.Collections.Generic.List<Amazon.RDS.Model.Filter>

Gets and sets the property Filters.

This parameter isn't currently supported.

Public Property LicenseModel System.String

Gets and sets the property LicenseModel.

A filter to include only the available options for the specified license model.

RDS Custom supports only the BYOL licensing model.

Public Property 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.

Public Property 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 MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 1000.

Public Property Vpc System.Boolean

Gets and sets the property Vpc.

Specifies whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings.

RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5