public static class FamilyMaintenancePolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FamilyMaintenancePolicy |
build() |
FamilyMaintenancePolicy.Builder |
concurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Option to upgrade both production and non-production environments at the same time.
|
FamilyMaintenancePolicy.Builder |
copy(FamilyMaintenancePolicy model) |
FamilyMaintenancePolicy.Builder |
isMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled)
When True, monthly patching is enabled for the environment family.
|
FamilyMaintenancePolicy.Builder |
quarterlyUpgradeBeginTimes(String quarterlyUpgradeBeginTimes)
The quarterly maintenance month group schedule of the Fusion environment family.
|
public FamilyMaintenancePolicy.Builder quarterlyUpgradeBeginTimes(String quarterlyUpgradeBeginTimes)
The quarterly maintenance month group schedule of the Fusion environment family.
quarterlyUpgradeBeginTimes
- the value to setpublic FamilyMaintenancePolicy.Builder isMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled)
When True, monthly patching is enabled for the environment family.
isMonthlyPatchingEnabled
- the value to setpublic FamilyMaintenancePolicy.Builder concurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Option to upgrade both production and non-production environments at the same time. When set to PROD both types of environnments are upgraded on the production schedule. When set to NON_PROD both types of environments are upgraded on the non-production schedule.
concurrentMaintenance
- the value to setpublic FamilyMaintenancePolicy build()
public FamilyMaintenancePolicy.Builder copy(FamilyMaintenancePolicy model)
Copyright © 2016–2024. All rights reserved.