Module Values.ServerSummarySource

Object containing details about the servers imported by Application Discovery Service

Sourcetype nonrec t = {
  1. serverOsType : ServerOsType.t option;
    (*

    Type of operating system for the servers.

    *)
  2. count : Integer.t option;
    (*

    Number of servers.

    *)
}
Sourceval make : ?serverOsType:??? -> ?count:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.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