Values.DatabaseResponseSourceDescribes a database in a Fleet Advisor collector inventory.
type nonrec t = {databaseId : String_.t option;The ID of a database in a Fleet Advisor collector inventory.
*)databaseName : String_.t option;The name of a database in a Fleet Advisor collector inventory.
*)ipAddress : String_.t option;The IP address of a database in a Fleet Advisor collector inventory.
*)numberOfSchemas : LongOptional.t option;The number of schemas in a Fleet Advisor collector inventory database.
*)server : ServerShortInfoResponse.t option;The server name of a database in a Fleet Advisor collector inventory.
*)softwareDetails : DatabaseInstanceSoftwareDetailsResponse.t option;The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.
*)collectors : CollectorsList.t option;A list of collectors associated with the database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `Long of LongOptional.t
| `String of String_.t
| `Structure of
(string * [> `Integer of IntegerOptional.t | `String of String_.t ])
list ])
list ]