Values.DeploymentPoliciesSourceContains information about policies that define how a deployment updates components and handles failure.
type nonrec t = {failureHandlingPolicy : DeploymentFailureHandlingPolicy.t option;The failure handling policy for the configuration deployment. This policy defines what to do if the deployment fails. Default: ROLLBACK
*)componentUpdatePolicy : DeploymentComponentUpdatePolicy.t option;The component update policy for the configuration deployment. This policy defines when it's safe to deploy the configuration to devices.
*)configurationValidationPolicy : DeploymentConfigurationValidationPolicy.t
option;The configuration validation policy for the configuration deployment. This policy defines how long each component has to validate its configure updates.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `Integer of OptionalInteger.t ])
list ])
list ]