📂 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
›
apm_synthetics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: worker_monitor_list.cpython-39.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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�WorkerMonitorListzP Details of the monitor assigned to an On-premise vantage point worker. �SCRIPTED_BROWSER�BROWSER� SCRIPTED_REST�REST�NETWORK�DNS�FTP�SQLc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new WorkerMonitorList object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this WorkerMonitorList. :type id: str :param display_name: The value to assign to the display_name property of this WorkerMonitorList. :type display_name: str :param monitor_type: The value to assign to the monitor_type property of this WorkerMonitorList. Allowed values for this property are: "SCRIPTED_BROWSER", "BROWSER", "SCRIPTED_REST", "REST", "NETWORK", "DNS", "FTP", "SQL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type monitor_type: str :param is_run_now: The value to assign to the is_run_now property of this WorkerMonitorList. :type is_run_now: bool :param time_assigned: The value to assign to the time_assigned property of this WorkerMonitorList. :type time_assigned: datetime �str�boolZdatetime)�id�display_name�monitor_type� is_run_now� time_assignedr ZdisplayNameZmonitorTypeZisRunNowZtimeAssignedN)Z swagger_typesZ attribute_map�_id� _display_name� _monitor_type�_is_run_now�_time_assigned)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/worker_monitor_list.py�__init__2 s"