AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains a list of available options for a DB instance

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OrderableDBInstanceOption

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class OrderableDBInstanceOption : Object

The OrderableDBInstanceOption type exposes the following members

Constructors

NameDescription
Public Method OrderableDBInstanceOption()

Properties

NameTypeDescription
Public Property AvailabilityZones System.Collections.Generic.List<Amazon.RDS.Model.AvailabilityZone> Gets and sets the property AvailabilityZones.

A list of Availability Zones for the orderable DB instance.

Public Property DBInstanceClass System.String Gets and sets the property DBInstanceClass.

The DB instance class for the orderable DB instance.

Public Property Engine System.String Gets and sets the property Engine.

The engine type of the orderable DB instance.

Public Property EngineVersion System.String Gets and sets the property EngineVersion.

The engine version of the orderable DB instance.

Public Property LicenseModel System.String Gets and sets the property LicenseModel.

The license model for the orderable DB instance.

Public Property MultiAZCapable System.Boolean Gets and sets the property MultiAZCapable.

Indicates whether this orderable DB instance is multi-AZ capable.

Public Property ReadReplicaCapable System.Boolean Gets and sets the property ReadReplicaCapable.

Indicates whether this orderable DB instance can have a Read Replica.

Public Property StorageType System.String Gets and sets the property StorageType.

Indicates the storage type for this orderable DB instance.

Public Property SupportsEnhancedMonitoring System.Boolean Gets and sets the property SupportsEnhancedMonitoring.

Indicates whether the DB instance supports enhanced monitoring at intervals from 1 to 60 seconds.

Public Property SupportsIops System.Boolean Gets and sets the property SupportsIops.

Indicates whether this orderable DB instance supports provisioned IOPS.

Public Property SupportsStorageEncryption System.Boolean Gets and sets the property SupportsStorageEncryption.

Indicates whether this orderable DB instance supports encrypted storage.

Public Property Vpc System.Boolean Gets and sets the property Vpc.

Indicates whether this is a VPC orderable DB instance.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1