Container for the parameters to the DescribeReservedDBInstancesOfferings operation.

Lists available reserved DB Instance offerings.

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 DescribeReservedDBInstancesOfferingsRequest : AmazonWebServiceRequest
Public Class DescribeReservedDBInstancesOfferingsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeReservedDBInstancesOfferingsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeReservedDBInstancesOfferingsRequest()()()()
Initializes a new instance of the DescribeReservedDBInstancesOfferingsRequest class
DBInstanceClass
The DB Instance class filter value. Specify this parameter to show only the available offerings matching the specified DB Instance class.
Duration
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.)
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 the available offerings 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
Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.
ReservedDBInstancesOfferingId
The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
ToString()()()()
Returns a String that represents the current Object.
(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
WithReservedDBInstancesOfferingId(String)
Sets the ReservedDBInstancesOfferingId property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.RDS.Model..::..DescribeReservedDBInstancesOfferingsRequest

See Also