Values.ServerStrategySourceContains information about a strategy recommendation for a server.
type nonrec t = {isPreferred : Boolean.t option;Set to true if the recommendation is set as preferred.
*)numberOfApplicationComponents : Integer.t option;The number of application components with this strategy recommendation running on the server.
*)recommendation : RecommendationSet.t option;Strategy recommendation for the server.
*)status : StrategyRecommendation.t option;The recommendation status of the strategy for the server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of TranformationToolDescription.t ])
list ])
list ])
list ]