Module Values_2.HostOfferingSource

Details about the Dedicated Host Reservation offering.

Sourcetype nonrec t = {
  1. currencyCode : Values_0.CurrencyCodeValues.t option;
    (*

    The currency of the offering.

    *)
  2. duration : Values_0.Integer.t option;
    (*

    The duration of the offering (in seconds).

    *)
  3. hourlyPrice : Values_0.String_.t option;
    (*

    The hourly price of the offering.

    *)
  4. instanceFamily : Values_0.String_.t option;
    (*

    The instance family of the offering.

    *)
  5. offeringId : Values_1.OfferingId.t option;
    (*

    The ID of the offering.

    *)
  6. paymentOption : Values_1.PaymentOption.t option;
    (*

    The available payment option.

    *)
  7. upfrontPrice : Values_0.String_.t option;
    (*

    The upfront price of the offering. Does not apply to No Upfront offerings.

    *)
}
Sourceval make : ?currencyCode:??? -> ?duration:??? -> ?hourlyPrice:??? -> ?instanceFamily:??? -> ?offeringId:??? -> ?paymentOption:??? -> ?upfrontPrice:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t