DeploymentComponentUpdatePolicyArgs

data class DeploymentComponentUpdatePolicyArgs(val action: Output<DeploymentComponentUpdatePolicyAction>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<DeploymentComponentUpdatePolicyArgs>

Constructors

Link copied to clipboard
constructor(action: Output<DeploymentComponentUpdatePolicyAction>? = null, timeoutInSeconds: Output<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
val timeoutInSeconds: Output<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

Functions

Link copied to clipboard
open override fun toJava(): DeploymentComponentUpdatePolicyArgs