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

The DescribeReservedCacheNodes operation returns information about reserved cache nodes for this account, or about a specified reserved cache node.

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



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

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

Duration
The duration filter value, specified in years or seconds. Use 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
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 those reservations matching the specified product description.

ReservedCacheNodeId
The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

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

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

WithReservedCacheNodeId(String) Obsolete.
Sets the ReservedCacheNodeId property

WithReservedCacheNodesOfferingId(String) Obsolete.
Sets the ReservedCacheNodesOfferingId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeReservedCacheNodesRequest
See Also

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