This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ReservedDBInstancesOffering
Public Class ReservedDBInstancesOffering
public ref class ReservedDBInstancesOffering
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ReservedDBInstancesOffering()()()() | Initializes a new instance of the ReservedDBInstancesOffering class | |
| CurrencyCode |
The currency code for the reserved DB Instance offering.
| |
| DBInstanceClass |
The DB instance class for the reserved DB Instance.
| |
| Duration |
The duration of the offering in seconds.
| |
| Equals(Object) | (Inherited from Object.) | |
| FixedPrice |
The fixed price charged for this offering.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MultiAZ |
Indicates if the offering applies to Multi-AZ deployments.
| |
| OfferingType |
The offering type.
| |
| ProductDescription |
The database engine used by the offering.
| |
| RecurringCharges |
The recurring price charged to run this reserved DB Instance.
| |
| ReservedDBInstancesOfferingId |
The offering identifier.
| |
| ToString()()()() | (Inherited from Object.) | |
| UsagePrice |
The hourly price charged for this offering.
| |
| WithCurrencyCode(String) |
Sets the CurrencyCode property
| |
| WithDBInstanceClass(String) |
Sets the DBInstanceClass property
| |
| WithDuration(Int32) |
Sets the Duration property
| |
| WithFixedPrice(Double) |
Sets the FixedPrice property
| |
| WithMultiAZ(Boolean) |
Sets the MultiAZ property
| |
| WithOfferingType(String) |
Sets the OfferingType property
| |
| WithProductDescription(String) |
Sets the ProductDescription property
| |
| WithRecurringCharges(array<RecurringCharge>[]()[][]) |
Adds elements to the RecurringCharges collection
| |
| WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) |
Adds elements to the RecurringCharges collection
| |
| WithReservedDBInstancesOfferingId(String) |
Sets the ReservedDBInstancesOfferingId property
| |
| WithUsagePrice(Double) |
Sets the UsagePrice property
|