📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: upsert_log_analytics_label_details.cpython-39.pyc
a ���fQ3 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�UpsertLogAnalyticsLabelDetailsz+ Upsert LogAnalytics Label Details �NONE�LOW�MEDIUM�HIGH�INFO�PROBLEMc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aA Initializes a new UpsertLogAnalyticsLabelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param aliases: The value to assign to the aliases property of this UpsertLogAnalyticsLabelDetails. :type aliases: list[oci.log_analytics.models.LogAnalyticsLabelAlias] :param suggest_type: The value to assign to the suggest_type property of this UpsertLogAnalyticsLabelDetails. :type suggest_type: int :param description: The value to assign to the description property of this UpsertLogAnalyticsLabelDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpsertLogAnalyticsLabelDetails. :type display_name: str :param edit_version: The value to assign to the edit_version property of this UpsertLogAnalyticsLabelDetails. :type edit_version: int :param impact: The value to assign to the impact property of this UpsertLogAnalyticsLabelDetails. :type impact: str :param is_system: The value to assign to the is_system property of this UpsertLogAnalyticsLabelDetails. :type is_system: bool :param name: The value to assign to the name property of this UpsertLogAnalyticsLabelDetails. :type name: str :param priority: The value to assign to the priority property of this UpsertLogAnalyticsLabelDetails. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH" :type priority: str :param recommendation: The value to assign to the recommendation property of this UpsertLogAnalyticsLabelDetails. :type recommendation: str :param type: The value to assign to the type property of this UpsertLogAnalyticsLabelDetails. Allowed values for this property are: "INFO", "PROBLEM" :type type: str zlist[LogAnalyticsLabelAlias]�int�str�bool)�aliases�suggest_type�description�display_name�edit_version�impact� is_system�name�priority�recommendation�typer ZsuggestTyper ZdisplayNameZeditVersionr ZisSystemr r r r N) Z swagger_typesZ attribute_map�_aliases� _suggest_type�_description� _display_name� _edit_version�_impact� _is_system�_name� _priority�_recommendation�_type)�self�kwargs� r( �_/usr/lib/python3.9/site-packages/oci/log_analytics/models/upsert_log_analytics_label_details.py�__init__* sF 5��z'UpsertLogAnalyticsLabelDetails.__init__c C s | j S )z� Gets the aliases of this UpsertLogAnalyticsLabelDetails. The alias list. :return: The aliases of this UpsertLogAnalyticsLabelDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsLabelAlias] �r �r&