📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: family_maintenance_policy.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�FamilyMaintenancePolicya/ The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see `Understanding Environment Maintenance`__. __ https://docs.cloud.oracle.com/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance �PROD�NON_PROD�DISABLEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new FamilyMaintenancePolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param quarterly_upgrade_begin_times: The value to assign to the quarterly_upgrade_begin_times property of this FamilyMaintenancePolicy. :type quarterly_upgrade_begin_times: str :param is_monthly_patching_enabled: The value to assign to the is_monthly_patching_enabled property of this FamilyMaintenancePolicy. :type is_monthly_patching_enabled: bool :param concurrent_maintenance: The value to assign to the concurrent_maintenance property of this FamilyMaintenancePolicy. Allowed values for this property are: "PROD", "NON_PROD", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type concurrent_maintenance: str �str�bool)�quarterly_upgrade_begin_times�is_monthly_patching_enabled�concurrent_maintenance�quarterlyUpgradeBeginTimes�isMonthlyPatchingEnabled�concurrentMaintenanceN)� swagger_types� attribute_map�_quarterly_upgrade_begin_times�_is_monthly_patching_enabled�_concurrent_maintenance)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/family_maintenance_policy.py�__init__ s ��z FamilyMaintenancePolicy.__init__c C s | j S )a Gets the quarterly_upgrade_begin_times of this FamilyMaintenancePolicy. The quarterly maintenance month group schedule of the Fusion environment family. :return: The quarterly_upgrade_begin_times of this FamilyMaintenancePolicy. :rtype: str �r �r r r r r B s z5FamilyMaintenancePolicy.quarterly_upgrade_begin_timesc C s || _ dS )a8 Sets the quarterly_upgrade_begin_times of this FamilyMaintenancePolicy. The quarterly maintenance month group schedule of the Fusion environment family. :param quarterly_upgrade_begin_times: The quarterly_upgrade_begin_times of this FamilyMaintenancePolicy. :type: str Nr )r r r r r r N s c C s | j S )a Gets the is_monthly_patching_enabled of this FamilyMaintenancePolicy. When True, monthly patching is enabled for the environment family. :return: The is_monthly_patching_enabled of this FamilyMaintenancePolicy. :rtype: bool �r r r r r r Z s z3FamilyMaintenancePolicy.is_monthly_patching_enabledc C s || _ dS )a% Sets the is_monthly_patching_enabled of this FamilyMaintenancePolicy. When True, monthly patching is enabled for the environment family. :param is_monthly_patching_enabled: The is_monthly_patching_enabled of this FamilyMaintenancePolicy. :type: bool Nr )r r r r r r f s c C s | j S )a� Gets the concurrent_maintenance of this FamilyMaintenancePolicy. 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. Allowed values for this property are: "PROD", "NON_PROD", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The concurrent_maintenance of this FamilyMaintenancePolicy. :rtype: str )r r r r r r r s z.FamilyMaintenancePolicy.concurrent_maintenancec C s g d�}t ||�sd}|| _dS )a� Sets the concurrent_maintenance of this FamilyMaintenancePolicy. 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. :param concurrent_maintenance: The concurrent_maintenance of this FamilyMaintenancePolicy. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s z FamilyMaintenancePolicy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zFamilyMaintenancePolicy.__eq__c C s | |k S r! r r$ r r r �__ne__� s zFamilyMaintenancePolicy.__ne__N)�__name__� __module__�__qualname__�__doc__�CONCURRENT_MAINTENANCE_PROD�CONCURRENT_MAINTENANCE_NON_PROD�CONCURRENT_MAINTENANCE_DISABLEDr �propertyr �setterr r r"