public static class DomainBasedOdhPatchingConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DomainBasedOdhPatchingConfig |
build() |
DomainBasedOdhPatchingConfig.Builder |
copy(DomainBasedOdhPatchingConfig model) |
DomainBasedOdhPatchingConfig.Builder |
toleranceThresholdPerDomain(Integer toleranceThresholdPerDomain)
Acceptable number of failed-to-be-patched nodes in each domain.
|
DomainBasedOdhPatchingConfig.Builder |
waitTimeBetweenDomainInSeconds(Integer waitTimeBetweenDomainInSeconds)
The wait time between AD/FD in seconds.
|
public DomainBasedOdhPatchingConfig.Builder waitTimeBetweenDomainInSeconds(Integer waitTimeBetweenDomainInSeconds)
The wait time between AD/FD in seconds.
waitTimeBetweenDomainInSeconds
- the value to setpublic DomainBasedOdhPatchingConfig.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 non-utility and non-master nodes.
toleranceThresholdPerDomain
- the value to setpublic DomainBasedOdhPatchingConfig build()
public DomainBasedOdhPatchingConfig.Builder copy(DomainBasedOdhPatchingConfig model)
Copyright © 2016–2024. All rights reserved.