📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
disaster_recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: switchover_precheck_execution_options.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DrPlanExecutionOptions� )�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 )�"SwitchoverPrecheckExecutionOptionsz4 Options for switchover precheck execution. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new SwitchoverPrecheckExecutionOptions object with values from keyword arguments. The default value of the :py:attr:`~oci.disaster_recovery.models.SwitchoverPrecheckExecutionOptions.plan_execution_type` attribute of this class is ``SWITCHOVER_PRECHECK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_execution_type: The value to assign to the plan_execution_type property of this SwitchoverPrecheckExecutionOptions. Allowed values for this property are: "SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK", "START_DRILL_PRECHECK", "START_DRILL", "STOP_DRILL_PRECHECK", "STOP_DRILL" :type plan_execution_type: str :param are_warnings_ignored: The value to assign to the are_warnings_ignored property of this SwitchoverPrecheckExecutionOptions. :type are_warnings_ignored: bool �str�bool)Zplan_execution_type�are_warnings_ignoredZplanExecutionTypeZareWarningsIgnoredNZSWITCHOVER_PRECHECK)Z swagger_typesZ attribute_mapZ_plan_execution_type�_are_warnings_ignored)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/switchover_precheck_execution_options.py�__init__ s ��z+SwitchoverPrecheckExecutionOptions.__init__c C s | j S )a3 Gets the are_warnings_ignored of this SwitchoverPrecheckExecutionOptions. A flag indicating whether warnings should be ignored during the precheck. Example: `true` :return: The are_warnings_ignored of this SwitchoverPrecheckExecutionOptions. :rtype: bool �r �r r r r r 0 s z7SwitchoverPrecheckExecutionOptions.are_warnings_ignoredc C s || _ dS )aF Sets the are_warnings_ignored of this SwitchoverPrecheckExecutionOptions. A flag indicating whether warnings should be ignored during the precheck. Example: `true` :param are_warnings_ignored: The are_warnings_ignored of this SwitchoverPrecheckExecutionOptions. :type: bool Nr )r r r r r r >