AWS SDK for .NET Documentation
DescribeReservedCacheNodesOfferingsRequest Class
AmazonAmazon.ElastiCache.ModelDescribeReservedCacheNodesOfferingsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeReservedCacheNodesOfferings operation.

The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.

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



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

CacheNodeType
The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Duration
Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given 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
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 100Constraints: minimum 20; maximum 100.

OfferingType
The offering type filter value. Use 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. Use this parameter to show only the available offerings matching the specified product description.

ReservedCacheNodesOfferingId
The offering identifier filter value. Use 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.)
WithCacheNodeType(String) Obsolete.
Sets the CacheNodeType property

WithDuration(String) Obsolete.
Sets the Duration property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithOfferingType(String) Obsolete.
Sets the OfferingType property

WithProductDescription(String) Obsolete.
Sets the ProductDescription property

WithReservedCacheNodesOfferingId(String) Obsolete.
Sets the ReservedCacheNodesOfferingId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeReservedCacheNodesOfferingsRequest
See Also

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