📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: adhoc_query_result_summary.cpython-39.pyc
a ���fa6 � @ 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 @ sP e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�AdhocQueryResultSummaryzA Adhoc query result resource from running on a resource. �ACCEPTED�CREATED�IN_PROGRESS� COMPLETED�PARTIALLY_COMPLETED�FAILED�EXPIREDc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new AdhocQueryResultSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param host_id: The value to assign to the host_id property of this AdhocQueryResultSummary. :type host_id: str :param state: The value to assign to the state property of this AdhocQueryResultSummary. Allowed values for this property are: "ACCEPTED", "CREATED", "IN_PROGRESS", "COMPLETED", "PARTIALLY_COMPLETED", "FAILED", "EXPIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str :param region: The value to assign to the region property of this AdhocQueryResultSummary. :type region: str :param time_submitted: The value to assign to the time_submitted property of this AdhocQueryResultSummary. :type time_submitted: datetime :param error_message: The value to assign to the error_message property of this AdhocQueryResultSummary. :type error_message: str :param result_count: The value to assign to the result_count property of this AdhocQueryResultSummary. :type result_count: int :param result: The value to assign to the result property of this AdhocQueryResultSummary. :type result: list[dict(str, str)] :param freeform_tags: The value to assign to the freeform_tags property of this AdhocQueryResultSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AdhocQueryResultSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AdhocQueryResultSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intzlist[dict(str, str)]zdict(str, str)zdict(str, dict(str, object))) �host_id�state�region�time_submitted� error_message�result_count�result� freeform_tags�defined_tags�system_tagsZhostIdr r Z timeSubmittedZerrorMessageZresultCountr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_host_id�_state�_region�_time_submitted�_error_message� _result_count�_result�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r&