public static class MaintenancePolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenancePolicy |
build() |
MaintenancePolicy.Builder |
copy(MaintenancePolicy model) |
MaintenancePolicy.Builder |
environmentMaintenanceOverride(MaintenancePolicy.EnvironmentMaintenanceOverride environmentMaintenanceOverride)
User choice to upgrade both test and prod pods at the same time.
|
MaintenancePolicy.Builder |
monthlyPatchingOverride(MaintenancePolicy.MonthlyPatchingOverride monthlyPatchingOverride)
When “ENABLED”, the Fusion environment is patched monthly.
|
public MaintenancePolicy.Builder monthlyPatchingOverride(MaintenancePolicy.MonthlyPatchingOverride monthlyPatchingOverride)
When “ENABLED”, the Fusion environment is patched monthly. When “DISABLED”, the Fusion environment is not patched monthly. This setting overrides the environment family setting. When not set, the environment follows the environment family policy.
monthlyPatchingOverride
- the value to setpublic MaintenancePolicy.Builder environmentMaintenanceOverride(MaintenancePolicy.EnvironmentMaintenanceOverride environmentMaintenanceOverride)
User choice to upgrade both test and prod pods at the same time. Overrides fusion environment families’.
environmentMaintenanceOverride
- the value to setpublic MaintenancePolicy build()
public MaintenancePolicy.Builder copy(MaintenancePolicy model)
Copyright © 2016–2024. All rights reserved.