Contains a list of available options for a DB Instance
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class OrderableDBInstanceOption
Public Class OrderableDBInstanceOption
public ref class OrderableDBInstanceOption
Members
| All Members | Constructors | Properties | Methods |
| 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()()()() | (Inherited from Object.) | |
| VpcCapable |
Indicates whether this orderable DB Instance is VPC capable.
| |
| VpcMultiAZCapable |
Indicates whether this orderable DB Instance is VPC multi-AZ capable.
| |
| VpcReadReplicaCapable |
Indicates whether this orderable DB Instance can have a VPC read replica.
| |
| WithAvailabilityZones(array<AvailabilityZone>[]()[][]) |
Adds elements to the AvailabilityZones collection
| |
| WithAvailabilityZones(IEnumerable<(Of <<'(AvailabilityZone>)>>)) |
Adds elements to the AvailabilityZones collection
| |
| WithDBInstanceClass(String) |
Sets the DBInstanceClass property
| |
| WithEngine(String) |
Sets the Engine property
| |
| WithEngineVersion(String) |
Sets the EngineVersion property
| |
| WithLicenseModel(String) |
Sets the LicenseModel property
| |
| WithMultiAZCapable(Boolean) |
Sets the MultiAZCapable property
| |
| WithReadReplicaCapable(Boolean) |
Sets the ReadReplicaCapable property
| |
| WithVpcCapable(Boolean) |
Sets the VpcCapable property
| |
| WithVpcMultiAZCapable(Boolean) |
Sets the VpcMultiAZCapable property
| |
| WithVpcReadReplicaCapable(Boolean) |
Sets the VpcReadReplicaCapable property
|