Values.LicenseRecommendationOptionSourceDescribes the recommendation options for licenses.
type nonrec t = {rank : Rank.t option;The rank of the license recommendation option. The top recommendation option is ranked as 1.
*)operatingSystem : OperatingSystem.t option;The operating system of a license recommendation option.
*)licenseEdition : LicenseEdition.t option;The recommended edition of the license for the application that runs on the instance.
*)licenseModel : LicenseModel.t option;The recommended license type associated with the instance.
*)savingsOpportunity : SavingsOpportunity.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Rank.t
| `String of OperatingSystem.t
| `Structure of
(string
* [> `Double of SavingsOpportunityPercentage.t
| `Structure of
(string * [> `Double of Value.t | `Enum of string ]) list ])
list ])
list ]