📂 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
›
analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: work_request_resource.cpython-39.opt-1.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 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"