Deployment Component Update Policy
data class DeploymentComponentUpdatePolicy(val action: DeploymentComponentUpdatePolicyAction? = null, val timeoutInSeconds: Int? = null)
Properties
Link copied to clipboard
Whether or not to notify components and wait for components to become safe to update. Choose from the following options:
Link copied to clipboard
The amount of time in seconds that each component on a device has to report that it's safe to update. If the component waits for longer than this timeout, then the deployment proceeds on the device. Default: 60