This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ReservedDBInstance
Public Class ReservedDBInstance
public ref class ReservedDBInstance

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ReservedDBInstance()()()()
Initializes a new instance of the ReservedDBInstance class
CurrencyCode
The currency code for the reserved DB Instance.
DBInstanceClass
The DB instance class for the reserved DB Instance.
DBInstanceCount
The number of reserved DB Instances.
Duration
The duration of the reservation in seconds.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FixedPrice
The fixed price charged for this reserved DB Instance.
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 reservation applies to Multi-AZ deployments.
OfferingType
The offering type of this reserved DB Instance.
ProductDescription
The description of the reserved DB Instance.
RecurringCharges
The recurring price charged to run this reserved DB Instance.
ReservedDBInstanceId
The unique identifier for the reservation.
ReservedDBInstancesOfferingId
The offering identifier.
StartTime
The time the reservation started.
State
The state of the reserved DB Instance.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UsagePrice
The hourly price charged for this reserved DB Instance.
WithCurrencyCode(String)
Sets the CurrencyCode property
WithDBInstanceClass(String)
Sets the DBInstanceClass property
WithDBInstanceCount(Int32)
Sets the DBInstanceCount 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
WithReservedDBInstanceId(String)
Sets the ReservedDBInstanceId property
WithReservedDBInstancesOfferingId(String)
Sets the ReservedDBInstancesOfferingId property
WithStartTime(DateTime)
Sets the StartTime property
WithState(String)
Sets the State property
WithUsagePrice(Double)
Sets the UsagePrice property

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..ReservedDBInstance

See Also