📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain_based_odh_patching_config.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OdhPatchingConfig� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DomainBasedOdhPatchingConfigzK This patching config will patch all nodes in one AD/FD at a time. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new DomainBasedOdhPatchingConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.bds.models.DomainBasedOdhPatchingConfig.patching_config_strategy` attribute of this class is ``DOMAIN_BASED`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param patching_config_strategy: The value to assign to the patching_config_strategy property of this DomainBasedOdhPatchingConfig. Allowed values for this property are: "DOWNTIME_BASED", "BATCHING_BASED", "DOMAIN_BASED" :type patching_config_strategy: str :param wait_time_between_domain_in_seconds: The value to assign to the wait_time_between_domain_in_seconds property of this DomainBasedOdhPatchingConfig. :type wait_time_between_domain_in_seconds: int �str�int)Zpatching_config_strategy�#wait_time_between_domain_in_secondsZpatchingConfigStrategyZwaitTimeBetweenDomainInSecondsNZDOMAIN_BASED)Z swagger_typesZ attribute_mapZ_patching_config_strategy�$_wait_time_between_domain_in_seconds)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/bds/models/domain_based_odh_patching_config.py�__init__ s ��z%DomainBasedOdhPatchingConfig.__init__c C s | j S )a **[Required]** Gets the wait_time_between_domain_in_seconds of this DomainBasedOdhPatchingConfig. The wait time between AD/FD in seconds. :return: The wait_time_between_domain_in_seconds of this DomainBasedOdhPatchingConfig. :rtype: int �r �r r r r r 0 s z@DomainBasedOdhPatchingConfig.wait_time_between_domain_in_secondsc C s || _ dS )a+ Sets the wait_time_between_domain_in_seconds of this DomainBasedOdhPatchingConfig. The wait time between AD/FD in seconds. :param wait_time_between_domain_in_seconds: The wait_time_between_domain_in_seconds of this DomainBasedOdhPatchingConfig. :type: int Nr )r r r r r r <