public static interface DeploymentConfigurationValidationPolicy.Builder extends SdkPojo, CopyableBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfigurationValidationPolicy.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
The amount of time in seconds that a component can validate its configuration updates.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentConfigurationValidationPolicy.Builder timeoutInSeconds(Integer timeoutInSeconds)
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
timeoutInSeconds - 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
Copyright © 2023. All rights reserved.