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 ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�WorkRequestResourcez$ WorkRequestResource model. �COMPARTMENT_CHANGED�CREATED�DELETED�STARTED�STOPPED�SCALED�NETWORK_ENDPOINT_CHANGED�VANITY_URL_CREATED�VANITY_URL_UPDATED�VANITY_URL_DELETED�PRIVATE_ACCESS_CHANNEL_CREATED�PRIVATE_ACCESS_CHANNEL_UPDATED�PRIVATE_ACCESS_CHANNEL_DELETED�NONE�ANALYTICS_INSTANCEc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aI 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 action_result: The value to assign to the action_result property of this WorkRequestResource. Allowed values for this property are: "COMPARTMENT_CHANGED", "CREATED", "DELETED", "STARTED", "STOPPED", "SCALED", "NETWORK_ENDPOINT_CHANGED", "VANITY_URL_CREATED", "VANITY_URL_UPDATED", "VANITY_URL_DELETED", "PRIVATE_ACCESS_CHANNEL_CREATED", "PRIVATE_ACCESS_CHANNEL_UPDATED", "PRIVATE_ACCESS_CHANNEL_DELETED", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_result: str :param resource_type: The value to assign to the resource_type property of this WorkRequestResource. Allowed values for this property are: "ANALYTICS_INSTANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param identifier: The value to assign to the identifier property of this WorkRequestResource. :type identifier: str :param resource_uri: The value to assign to the resource_uri property of this WorkRequestResource. :type resource_uri: str :param metadata: The value to assign to the metadata property of this WorkRequestResource. :type metadata: dict(str, str) �strzdict(str, str))� action_result� resource_type� identifier�resource_uri�metadataZactionResultZresourceTyper ZresourceUrir N)Z swagger_typesZ attribute_map�_action_result�_resource_type�_identifier� _resource_uri� _metadata)�self�kwargs� r# �N/usr/lib/python3.9/site-packages/oci/analytics/models/work_request_resource.py�__init__N s"