ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�WorkRequestResourcezH The resource that is created or operated on by a work request. �CREATED�UPDATED�DELETED�IN_PROGRESS�RELATED�FAILED�ACCEPTED�ENABLED�DISABLEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new WorkRequestResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this WorkRequestResource. :type entity_type: str :param action_type: The value to assign to the action_type property of this WorkRequestResource. Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "IN_PROGRESS", "RELATED", "FAILED", "ACCEPTED", "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param identifier: The value to assign to the identifier property of this WorkRequestResource. :type identifier: str :param entity_uri: The value to assign to the entity_uri property of this WorkRequestResource. :type entity_uri: str :param entity_name: The value to assign to the entity_name property of this WorkRequestResource. :type entity_name: str :param entity_dependencies: The value to assign to the entity_dependencies property of this WorkRequestResource. :type entity_dependencies: list[oci.database_management.models.WorkRequestSubResource] �strzlist[WorkRequestSubResource])�entity_type�action_type� identifier� entity_uri�entity_name�entity_dependenciesZ entityTypeZ actionTyper Z entityUriZ entityNameZentityDependenciesN)Z swagger_typesZ attribute_map�_entity_type�_action_type�_identifier�_entity_uri�_entity_name�_entity_dependencies)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database_management/models/work_request_resource.py�__init__6 s( !� � zWorkRequestResource.__init__c C s | j S )z� **[Required]** Gets the entity_type of this WorkRequestResource. The resource type the work request affects. :return: The entity_type of this WorkRequestResource. :rtype: str �r �r r r r r o s zWorkRequestResource.entity_typec C s || _ dS )z� Sets the entity_type of this WorkRequestResource. The resource type the work request affects. :param entity_type: The entity_type of this WorkRequestResource. :type: str Nr"