| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���fH � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PatchInstruction� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )�PatchRemoveInstructionz�
An operation that deletes items, ignoring NOT_FOUND exceptions.
To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a
Initializes a new PatchRemoveInstruction object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.PatchRemoveInstruction.operation` attribute
of this class is ``REMOVE`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param operation:
The value to assign to the operation property of this PatchRemoveInstruction.
Allowed values for this property are: "REQUIRE", "PROHIBIT", "REPLACE", "INSERT", "REMOVE", "MOVE", "MERGE"
:type operation: str
:param selection:
The value to assign to the selection property of this PatchRemoveInstruction.
:type selection: str
�str)� operation� selectionr
r NZREMOVE)Z
swagger_typesZ
attribute_mapZ
_operationZ
_selection)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/patch_remove_instruction.py�__init__ s ��zPatchRemoveInstruction.__init__c C s t | �S �N)r )r r r r �__repr__1 s zPatchRemoveInstruction.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__4 s zPatchRemoveInstruction.__eq__c C s
| |k S r r r r r r �__ne__: s zPatchRemoveInstruction.__ne__N)�__name__�
__module__�__qualname__�__doc__r r r r r r r r r s
r N) Zpatch_instructionr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s