Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Method and Description |
---|---|
static FamilyMaintenancePolicy.ConcurrentMaintenance |
FamilyMaintenancePolicy.ConcurrentMaintenance.create(String key) |
FamilyMaintenancePolicy.ConcurrentMaintenance |
FamilyMaintenancePolicy.getConcurrentMaintenance()
Option to upgrade both production and non-production environments at the same time.
|
FamilyMaintenancePolicy.ConcurrentMaintenance |
UpdateFamilyMaintenancePolicyDetails.getConcurrentMaintenance()
Whether production and non-production environments are upgraded concurrently.
|
static FamilyMaintenancePolicy.ConcurrentMaintenance |
FamilyMaintenancePolicy.ConcurrentMaintenance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyMaintenancePolicy.ConcurrentMaintenance[] |
FamilyMaintenancePolicy.ConcurrentMaintenance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FamilyMaintenancePolicy.Builder |
FamilyMaintenancePolicy.Builder.concurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Option to upgrade both production and non-production environments at the same time.
|
UpdateFamilyMaintenancePolicyDetails.Builder |
UpdateFamilyMaintenancePolicyDetails.Builder.concurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Whether production and non-production environments are upgraded concurrently.
|
Constructor and Description |
---|
FamilyMaintenancePolicy(String quarterlyUpgradeBeginTimes,
Boolean isMonthlyPatchingEnabled,
FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Deprecated.
|
UpdateFamilyMaintenancePolicyDetails(Boolean isMonthlyPatchingEnabled,
FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.