AWS SDK for .NET Documentation
PurchaseReservedDBInstancesOfferingRequest Class
AmazonAmazon.RDS.ModelPurchaseReservedDBInstancesOfferingRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the PurchaseReservedDBInstancesOffering operation.

Purchases a reserved DB instance offering.

Declaration Syntax
C#
public class PurchaseReservedDBInstancesOfferingRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PurchaseReservedDBInstancesOfferingRequest()()()()
Initializes a new instance of the PurchaseReservedDBInstancesOfferingRequest class

DBInstanceCount
The number of instances to reserve. Default: 1

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
ReservedDBInstanceId
Customer-specified identifier to track this reservation. Example: myreservationID

ReservedDBInstancesOfferingId
The ID of the Reserved DB instance offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

Tags
A list of tags.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBInstanceCount(Int32) Obsolete.
Sets the DBInstanceCount property

WithReservedDBInstanceId(String) Obsolete.
Sets the ReservedDBInstanceId property

WithReservedDBInstancesOfferingId(String) Obsolete.
Sets the ReservedDBInstancesOfferingId property

WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 PurchaseReservedDBInstancesOfferingRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)