Container for the parameters to the DescribeReservedDBInstances operation.
Namespace: Amazon.RDS.ModelReturns information about reserved DB Instances for this account, or about a specified reserved DB Instance.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeReservedDBInstancesRequest : AmazonWebServiceRequest
Public Class DescribeReservedDBInstancesRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeReservedDBInstancesRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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.) | |
| Marker |
The marker provided in the previous request. If this parameter is specified, the response includes records beyond the marker only, up to
MaxRecords.
| |
| MaxRecords |
The maximum number of records to include in the response. If more than the MaxRecords value is available, 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()()()() | (Inherited from Object.) | |
| WithDBInstanceClass(String) |
Sets the DBInstanceClass property
| |
| WithDuration(String) |
Sets the Duration property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithMaxRecords(Int32) |
Sets the MaxRecords property
| |
| WithMultiAZ(Boolean) |
Sets the MultiAZ property
| |
| WithOfferingType(String) |
Sets the OfferingType property
| |
| WithProductDescription(String) |
Sets the ProductDescription property
| |
| WithReservedDBInstanceId(String) |
Sets the ReservedDBInstanceId property
| |
| WithReservedDBInstancesOfferingId(String) |
Sets the ReservedDBInstancesOfferingId property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeReservedDBInstancesRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DescribeReservedDBInstancesRequest