ReservedCacheNodesOffering class
Describes all of the attributes of a reserved cache node offering.
Constructors
-
ReservedCacheNodesOffering({String? cacheNodeType, int? duration, double? fixedPrice, String? offeringType, String? productDescription, List<
RecurringCharge> ? recurringCharges, String? reservedCacheNodesOfferingId, double? usagePrice}) - ReservedCacheNodesOffering.fromXml(XmlElement elem)
-
factory
Properties
- cacheNodeType → String?
-
The cache node type for the reserved cache node.
final
- duration → int?
-
The duration of the offering. in seconds.
final
- fixedPrice → double?
-
The fixed price charged for this offering.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offeringType → String?
-
The offering type.
final
- productDescription → String?
-
The cache engine used by the offering.
final
-
recurringCharges
→ List<
RecurringCharge> ? -
The recurring price charged to run this reserved cache node.
final
- reservedCacheNodesOfferingId → String?
-
A unique identifier for the reserved cache node offering.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usagePrice → double?
-
The hourly price charged for this offering.
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