ReservedCacheNode class

Represents the output of a PurchaseReservedCacheNodesOffering operation.

Constructors

ReservedCacheNode({int? cacheNodeCount, String? cacheNodeType, int? duration, double? fixedPrice, String? offeringType, String? productDescription, List<RecurringCharge>? recurringCharges, String? reservationARN, String? reservedCacheNodeId, String? reservedCacheNodesOfferingId, DateTime? startTime, String? state, double? usagePrice})
ReservedCacheNode.fromXml(XmlElement elem)
factory

Properties

cacheNodeCount int?
The number of cache nodes that have been reserved.
final
cacheNodeType String?
The cache node type for the reserved cache nodes.
final
duration int?
The duration of the reservation in seconds.
final
fixedPrice double?
The fixed price charged for this reserved cache node.
final
hashCode int
The hash code for this object.
no setterinherited
offeringType String?
The offering type of this reserved cache node.
final
productDescription String?
The description of the reserved cache node.
final
recurringCharges List<RecurringCharge>?
The recurring price charged to run this reserved cache node.
final
reservationARN String?
The Amazon Resource Name (ARN) of the reserved cache node.
final
reservedCacheNodeId String?
The unique identifier for the reservation.
final
reservedCacheNodesOfferingId String?
The offering identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time the reservation started.
final
state String?
The state of the reserved cache node.
final
usagePrice double?
The hourly price charged for this reserved cache node.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited