public static class DomainBasedPatchingConfigs.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DomainBasedPatchingConfigs |
build() |
DomainBasedPatchingConfigs.Builder |
copy(DomainBasedPatchingConfigs model) |
DomainBasedPatchingConfigs.Builder |
toleranceThresholdPerDomain(Integer toleranceThresholdPerDomain)
Acceptable number of failed-to-be-patched nodes in each domain.
|
DomainBasedPatchingConfigs.Builder |
waitTimeBetweenDomainInSeconds(Integer waitTimeBetweenDomainInSeconds)
The wait time between AD/FD in seconds.
|
public DomainBasedPatchingConfigs.Builder waitTimeBetweenDomainInSeconds(Integer waitTimeBetweenDomainInSeconds)
The wait time between AD/FD in seconds.
waitTimeBetweenDomainInSeconds
- the value to setpublic DomainBasedPatchingConfigs.Builder toleranceThresholdPerDomain(Integer toleranceThresholdPerDomain)
Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
toleranceThresholdPerDomain
- the value to setpublic DomainBasedPatchingConfigs build()
public DomainBasedPatchingConfigs.Builder copy(DomainBasedPatchingConfigs model)
Copyright © 2016–2024. All rights reserved.