📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: log_analytics_parameter.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�LogAnalyticsParameterz LogAnalyticsParameter c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new LogAnalyticsParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param default_value: The value to assign to the default_value property of this LogAnalyticsParameter. :type default_value: str :param description: The value to assign to the description property of this LogAnalyticsParameter. :type description: str :param is_active: The value to assign to the is_active property of this LogAnalyticsParameter. :type is_active: bool :param name: The value to assign to the name property of this LogAnalyticsParameter. :type name: str :param source_id: The value to assign to the source_id property of this LogAnalyticsParameter. :type source_id: int �str�bool�int)� default_value�description� is_active�name� source_idZdefaultValuer ZisActiver ZsourceIdN)Z swagger_typesZ attribute_map�_default_value�_description� _is_active�_name� _source_id)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_parameter.py�__init__ s"