Module Values.VcenterBasedRemoteInfoSource

Details about the server in vCenter.

Sourcetype nonrec t = {
  1. osType : OSType.t option;
    (*

    The type of the operating system.

    *)
  2. vcenterConfigurationTimeStamp : String_.t option;
    (*

    The time when the remote server based on vCenter was last configured.

    *)
}
Sourceval make : ?osType:??? -> ?vcenterConfigurationTimeStamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of 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