Values.ReservedNodeOfferingSourceDescribes a reserved node offering.
type nonrec t = {reservedNodeOfferingId : String_.t option;The offering identifier.
*)nodeType : String_.t option;The node type offered by the reserved node offering.
*)duration : Integer.t option;The duration, in seconds, for which the offering will reserve the node.
*)fixedPrice : Double.t option;The upfront fixed charge you will pay to purchase the specific reserved node offering.
*)usagePrice : Double.t option;The rate you are charged for each hour the cluster that is using the offering is running.
*)currencyCode : String_.t option;The currency code for the compute nodes offering.
*)offeringType : String_.t option;The anticipated utilization of the reserved node, as defined in the reserved node offering.
*)recurringCharges : RecurringChargeList.t option;The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.
*)reservedNodeOfferingType : ReservedNodeOfferingType.t option;}