DeploymentComponentUpdatePolicy

data class DeploymentComponentUpdatePolicy(val action: DeploymentComponentUpdatePolicyAction? = null, val timeoutInSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(action: DeploymentComponentUpdatePolicyAction? = null, timeoutInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

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
val timeoutInSeconds: Int? = null

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