public static class SwitchoverExecutionOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SwitchoverExecutionOptions.Builder |
arePrechecksEnabled(Boolean arePrechecksEnabled)
A flag indicating whether prechecks should be executed before the plan execution.
|
SwitchoverExecutionOptions.Builder |
areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the plan execution.
|
SwitchoverExecutionOptions |
build() |
SwitchoverExecutionOptions.Builder |
copy(SwitchoverExecutionOptions model) |
public SwitchoverExecutionOptions.Builder arePrechecksEnabled(Boolean arePrechecksEnabled)
A flag indicating whether prechecks should be executed before the plan execution.
Example: false
arePrechecksEnabled
- the value to setpublic SwitchoverExecutionOptions.Builder areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the plan execution.
Example: true
areWarningsIgnored
- the value to setpublic SwitchoverExecutionOptions build()
public SwitchoverExecutionOptions.Builder copy(SwitchoverExecutionOptions model)
Copyright © 2016–2024. All rights reserved.