Values.DatabaseInstanceSoftwareDetailsResponseSourceDescribes an inventory database instance for a Fleet Advisor collector.
type nonrec t = {engine : String_.t option;The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.
*)engineVersion : String_.t option;The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.
*)engineEdition : String_.t option;The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.
*)servicePack : String_.t option;The service pack level of the database.
*)supportLevel : String_.t option;The support level of the database, for example Mainstream support.
*)osArchitecture : IntegerOptional.t option;The operating system architecture of the database.
*)tooltip : String_.t option;Information about the database engine software, for example Mainstream support ends on November 14th, 2024.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerOptional.t | `String of String_.t ])
list ]