AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.ReservedDBInstance

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class ReservedDBInstance

The ReservedDBInstance type exposes the following members

Constructors

NameDescription
Public Method ReservedDBInstance()

Properties

NameTypeDescription
Public Property CurrencyCode System.String

Gets and sets the property CurrencyCode.

The currency code for the reserved DB instance.

Public Property DBInstanceClass System.String

Gets and sets the property DBInstanceClass.

The DB instance class for the reserved DB instance.

Public Property DBInstanceCount System.Int32

Gets and sets the property DBInstanceCount.

The number of reserved DB instances.

Public Property Duration System.Int32

Gets and sets the property Duration.

The duration of the reservation in seconds.

Public Property FixedPrice System.Double

Gets and sets the property FixedPrice.

The fixed price charged for this reserved DB instance.

Public Property LeaseId System.String

Gets and sets the property LeaseId.

The unique identifier for the lease associated with the reserved DB instance.

Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

Public Property MultiAZ System.Boolean

Gets and sets the property MultiAZ.

Indicates whether the reservation applies to Multi-AZ deployments.

Public Property OfferingType System.String

Gets and sets the property OfferingType.

The offering type of this reserved DB instance.

Public Property ProductDescription System.String

Gets and sets the property ProductDescription.

The description of the reserved DB instance.

Public Property RecurringCharges System.Collections.Generic.List<Amazon.RDS.Model.RecurringCharge>

Gets and sets the property RecurringCharges.

The recurring price charged to run this reserved DB instance.

Public Property ReservedDBInstanceArn System.String

Gets and sets the property ReservedDBInstanceArn.

The Amazon Resource Name (ARN) for the reserved DB instance.

Public Property ReservedDBInstanceId System.String

Gets and sets the property ReservedDBInstanceId.

The unique identifier for the reservation.

Public Property ReservedDBInstancesOfferingId System.String

Gets and sets the property ReservedDBInstancesOfferingId.

The offering identifier.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time the reservation started.

Public Property State System.String

Gets and sets the property State.

The state of the reserved DB instance.

Public Property UsagePrice System.Double

Gets and sets the property UsagePrice.

The hourly price charged for this reserved DB instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5