Module Values.InstanceNetworkingSource

Describes monthly data transfer rates and port information for an instance.

Sourcetype nonrec t = {
  1. monthlyTransfer : MonthlyTransfer.t option;
    (*

    The amount of data in GB allocated for monthly data transfers.

    *)
  2. ports : InstancePortInfoList.t option;
    (*

    An array of key-value pairs containing information about the ports on the instance.

    *)
}
Sourceval make : ?monthlyTransfer:??? -> ?ports:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Port.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Integer of Integer.t ]) list ]) 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