/
lib
/
python3.9
/
site-packages
/
oci
/
globally_distributed_database
/
models
/
__pycache__
/
Upload File
HOME
a ���f5 � @ 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.globally_distributed_database.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: "INSERT", "REMOVE", "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 �e/usr/lib/python3.9/site-packages/oci/globally_distributed_database/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