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

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

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



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

DBInstanceClass
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

Duration
The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration. Valid Values: 1 | 3 | 31536000 | 94608000

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filters
This parameter is not currently supported.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

MaxRecords
The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100

MultiAZ
The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

OfferingType
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type. Valid Values: "Light Utilization" | "Medium Utilization" | "Heavy Utilization"

ProductDescription
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

ReservedDBInstanceId
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

ReservedDBInstancesOfferingId
The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBInstanceClass(String) Obsolete.
Sets the DBInstanceClass property

WithDuration(String) Obsolete.
Sets the Duration property

WithFilters(array<Filter>[]()[][]) Obsolete.
Adds elements to the Filters collection

WithFilters(IEnumerable<(Of <<'(Filter>)>>)) Obsolete.
Adds elements to the Filters collection

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithMultiAZ(Boolean) Obsolete.
Sets the MultiAZ property

WithOfferingType(String) Obsolete.
Sets the OfferingType property

WithProductDescription(String) Obsolete.
Sets the ProductDescription property

WithReservedDBInstanceId(String) Obsolete.
Sets the ReservedDBInstanceId property

WithReservedDBInstancesOfferingId(String) Obsolete.
Sets the ReservedDBInstancesOfferingId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeReservedDBInstancesRequest
See Also

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