Values.ReservedElasticsearchInstanceOfferingSourceDetails of a reserved Elasticsearch instance offering.
type nonrec t = {reservedElasticsearchInstanceOfferingId : GUID.t option;The Elasticsearch reserved instance offering identifier.
*)elasticsearchInstanceType : ESPartitionInstanceType.t option;The Elasticsearch instance type offered by the reserved instance offering.
*)duration : Integer.t option;The duration, in seconds, for which the offering will reserve the Elasticsearch instance.
*)fixedPrice : Double.t option;The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering.
*)usagePrice : Double.t option;The rate you are charged for each hour the domain that is using the offering is running.
*)currencyCode : String_.t option;The currency code for the reserved Elasticsearch instance offering.
*)paymentOption : ReservedElasticsearchInstancePaymentOption.t option;Payment option for the reserved Elasticsearch instance offering
*)recurringCharges : RecurringChargeList.t option;The charge to your account regardless of whether you are creating any domains using the instance offering.
*)}