Module Values.HostPropertiesRequestSource

The host property details.

Sourcetype nonrec t = {
  1. ipAddresses : IpAddresses.t option;
    (*

    The IP address of the host.

    *)
  2. hostName : HostName.t option;
    (*

    The host name.

    *)
}
Sourceval make : ?ipAddresses:??? -> ?hostName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HostName.t | `Structure of (string * [> `List of [> `String of IpV4Address.t ] list ]) 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