Module Values.ConfigurationSummarySource

Summary of the collector configuration.

Sourcetype nonrec t = {
  1. ipAddressBasedRemoteInfoList : IPAddressBasedRemoteInfoList.t option;
    (*

    IP address based configurations.

    *)
  2. pipelineInfoList : PipelineInfoList.t option;
    (*

    The list of pipeline info configurations.

    *)
  3. remoteSourceCodeAnalysisServerInfo : RemoteSourceCodeAnalysisServerInfo.t option;
    (*

    Info about the remote server source code configuration.

    *)
  4. vcenterBasedRemoteInfoList : VcenterBasedRemoteInfoList.t option;
    (*

    The list of vCenter configurations.

    *)
  5. versionControlInfoList : VersionControlInfoList.t option;
    (*

    The list of the version control configurations.

    *)
}
Sourceval make : ?ipAddressBasedRemoteInfoList:??? -> ?pipelineInfoList:??? -> ?remoteSourceCodeAnalysisServerInfo:??? -> ?vcenterBasedRemoteInfoList:??? -> ?versionControlInfoList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Structure of (string * [> `String of String_.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