Contains a list of available options for a DB instance
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class OrderableDBInstanceOption
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | OrderableDBInstanceOption()()()() | Initializes a new instance of the OrderableDBInstanceOption class | 
|  | AvailabilityZones | 
            A list of availability zones for the orderable DB instance.
             
             | 
|  | DBInstanceClass | 
            The DB instance Class for the orderable DB instance
             
             | 
|  | Engine | 
            The engine type of the orderable DB instance.
             
             | 
|  | EngineVersion | 
            The engine version of the orderable DB instance.
             
             | 
|  | 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 for the orderable DB instance.
             
             | 
|  | MultiAZCapable | 
            Indicates whether this orderable DB instance is multi-AZ capable.
             
             | 
|  | ReadReplicaCapable | 
            Indicates whether this orderable DB instance can have a read replica.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Vpc | 
            Indicates whether this is a VPC orderable DB instance.
             
             | 
|  | WithAvailabilityZones(array<AvailabilityZone>[]()[][]) | Obsolete. 
            Adds elements to the AvailabilityZones collection
             | 
|  | WithAvailabilityZones(IEnumerable<(Of <<'(AvailabilityZone>)>>)) | Obsolete. 
            Adds elements to the AvailabilityZones collection
             | 
|  | 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
             | 
|  | WithMultiAZCapable(Boolean) | Obsolete. 
            Sets the MultiAZCapable property
             | 
|  | WithReadReplicaCapable(Boolean) | Obsolete. 
            Sets the ReadReplicaCapable property
             | 
|  | WithVpc(Boolean) | Obsolete. 
            Sets the Vpc property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | OrderableDBInstanceOption |