UpdateFamilyMaintenancePolicyDetails

class oci.fusion_apps.models.UpdateFamilyMaintenancePolicyDetails(**kwargs)

Bases: object

The editable settings of the policy that specifies the maintenance and upgrade preferences for an environment.

Methods

__init__(**kwargs) Initializes a new UpdateFamilyMaintenancePolicyDetails object with values from keyword arguments.

Attributes

concurrent_maintenance Gets the concurrent_maintenance of this UpdateFamilyMaintenancePolicyDetails.
is_monthly_patching_enabled Gets the is_monthly_patching_enabled of this UpdateFamilyMaintenancePolicyDetails.
__init__(**kwargs)

Initializes a new UpdateFamilyMaintenancePolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_monthly_patching_enabled (bool) – The value to assign to the is_monthly_patching_enabled property of this UpdateFamilyMaintenancePolicyDetails.
  • concurrent_maintenance (str) – The value to assign to the concurrent_maintenance property of this UpdateFamilyMaintenancePolicyDetails.
concurrent_maintenance

Gets the concurrent_maintenance of this UpdateFamilyMaintenancePolicyDetails. Whether production and non-production environments are upgraded concurrently.

Returns:The concurrent_maintenance of this UpdateFamilyMaintenancePolicyDetails.
Return type:str
is_monthly_patching_enabled

Gets the is_monthly_patching_enabled of this UpdateFamilyMaintenancePolicyDetails. Whether the Fusion environment receives monthly patching.

Returns:The is_monthly_patching_enabled of this UpdateFamilyMaintenancePolicyDetails.
Return type:bool