📂 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_label_alias.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�LogAnalyticsLabelAliasz" Label alias mapping view �NONE�LOW�MEDIUM�HIGHc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new LogAnalyticsLabelAlias object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param alias: The value to assign to the alias property of this LogAnalyticsLabelAlias. :type alias: str :param alias_display_name: The value to assign to the alias_display_name property of this LogAnalyticsLabelAlias. :type alias_display_name: str :param is_system: The value to assign to the is_system property of this LogAnalyticsLabelAlias. :type is_system: bool :param display_name: The value to assign to the display_name property of this LogAnalyticsLabelAlias. :type display_name: str :param name: The value to assign to the name property of this LogAnalyticsLabelAlias. :type name: str :param priority: The value to assign to the priority property of this LogAnalyticsLabelAlias. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type priority: str �str�bool)�alias�alias_display_name� is_system�display_name�name�priorityr ZaliasDisplayNameZisSystemZdisplayNamer r N)Z swagger_typesZ attribute_map�_alias�_alias_display_name� _is_system� _display_name�_name� _priority)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_label_alias.py�__init__"