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

C# |
public class ReservedDBInstancesOffering

All Members | Constructors | Methods | Properties | ||
Icon | 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UsagePrice |
The hourly price charged for this offering.
|
![]() | WithCurrencyCode(String) | Obsolete.
Sets the CurrencyCode property
|
![]() | WithDBInstanceClass(String) | Obsolete.
Sets the DBInstanceClass property
|
![]() | WithDuration(Int32) | Obsolete.
Sets the Duration property
|
![]() | WithFixedPrice(Double) | Obsolete.
Sets the FixedPrice property
|
![]() | WithMultiAZ(Boolean) | Obsolete.
Sets the MultiAZ property
|
![]() | WithOfferingType(String) | Obsolete.
Sets the OfferingType property
|
![]() | WithProductDescription(String) | Obsolete.
Sets the ProductDescription property
|
![]() | WithRecurringCharges(array<RecurringCharge>[]()[][]) | Obsolete.
Adds elements to the RecurringCharges collection
|
![]() | WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) | Obsolete.
Adds elements to the RecurringCharges collection
|
![]() | WithReservedDBInstancesOfferingId(String) | Obsolete.
Sets the ReservedDBInstancesOfferingId property
|
![]() | WithUsagePrice(Double) | Obsolete.
Sets the UsagePrice property
|

Object | |
![]() | ReservedDBInstancesOffering |