📂 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
›
resource_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_manager/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: apply_job_plan_resolution.cpython-39.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ApplyJobPlanResolutionz` Deprecated. Use the property `executionPlanStrategy` in `jobOperationDetails` instead. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ApplyJobPlanResolution object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_job_id: The value to assign to the plan_job_id property of this ApplyJobPlanResolution. :type plan_job_id: str :param is_use_latest_job_id: The value to assign to the is_use_latest_job_id property of this ApplyJobPlanResolution. :type is_use_latest_job_id: bool :param is_auto_approved: The value to assign to the is_auto_approved property of this ApplyJobPlanResolution. :type is_auto_approved: bool �str�bool)�plan_job_id�is_use_latest_job_id�is_auto_approvedZ planJobIdZisUseLatestJobIdZisAutoApprovedN)Z swagger_typesZ attribute_map�_plan_job_id�_is_use_latest_job_id�_is_auto_approved)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/resource_manager/models/apply_job_plan_resolution.py�__init__ s ��zApplyJobPlanResolution.__init__c C s | j S )a> Gets the plan_job_id of this ApplyJobPlanResolution. The `OCID`__ that specifies the most recently executed plan job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The plan_job_id of this ApplyJobPlanResolution. :rtype: str �r �r r r r r 4 s z"ApplyJobPlanResolution.plan_job_idc C s || _ dS )aH Sets the plan_job_id of this ApplyJobPlanResolution. The `OCID`__ that specifies the most recently executed plan job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param plan_job_id: The plan_job_id of this ApplyJobPlanResolution. :type: str Nr )r r r r r r B s c C s | j S )a Gets the is_use_latest_job_id of this ApplyJobPlanResolution. Specifies whether to use the `OCID`__ of the most recently run plan job. `True` if using the latest job `OCID`__. Must be a plan job that completed successfully. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The is_use_latest_job_id of this ApplyJobPlanResolution. :rtype: bool �r r r r r r P s z+ApplyJobPlanResolution.is_use_latest_job_idc C s || _ dS )a$ Sets the is_use_latest_job_id of this ApplyJobPlanResolution. Specifies whether to use the `OCID`__ of the most recently run plan job. `True` if using the latest job `OCID`__. Must be a plan job that completed successfully. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param is_use_latest_job_id: The is_use_latest_job_id of this ApplyJobPlanResolution. :type: bool Nr )r r r r r r ` s c C s | j S )a� Gets the is_auto_approved of this ApplyJobPlanResolution. Specifies whether to use the configuration directly, without reference to a Plan job. `True` if using the configuration directly. Note that it is not necessary for a Plan job to have run successfully. :return: The is_auto_approved of this ApplyJobPlanResolution. :rtype: bool �r r r r r r p s z'ApplyJobPlanResolution.is_auto_approvedc C s || _ dS )a� Sets the is_auto_approved of this ApplyJobPlanResolution. Specifies whether to use the configuration directly, without reference to a Plan job. `True` if using the configuration directly. Note that it is not necessary for a Plan job to have run successfully. :param is_auto_approved: The is_auto_approved of this ApplyJobPlanResolution. :type: bool Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s zApplyJobPlanResolution.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zApplyJobPlanResolution.__eq__c C s | |k S r r r r r r �__ne__� s zApplyJobPlanResolution.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"