DeploymentConfigurationValidationPolicy

data class DeploymentConfigurationValidationPolicy(val timeoutInSeconds: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val timeoutInSeconds: Int? = null

The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device. Default: 30