Values.RecommendationDisruptionComplianceSourceDefines a disruption compliance recommendation.
type nonrec t = {expectedComplianceStatus : ComplianceStatus.t option;The expected compliance status after applying the recommended configuration change.
*)expectedRpoDescription : String500.t option;The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
*)expectedRpoInSecs : Seconds.t option;The expected RPO after applying the recommended configuration change.
*)expectedRtoDescription : String500.t option;The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
*)expectedRtoInSecs : Seconds.t option;The expected RTO after applying the recommended configuration change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of Seconds.t | `String of String500.t ])
list ]