📂 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
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_baselineable_metric_details.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �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(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�UpdateBaselineableMetricDetailsz. Summary for the baseline-able metric �ACTIVE�DELETEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aw Initializes a new UpdateBaselineableMetricDetails 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 UpdateBaselineableMetricDetails. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this UpdateBaselineableMetricDetails. Allowed values for this property are: "ACTIVE", "DELETED" :type lifecycle_state: str :param tenancy_id: The value to assign to the tenancy_id property of this UpdateBaselineableMetricDetails. :type tenancy_id: str :param compartment_id: The value to assign to the compartment_id property of this UpdateBaselineableMetricDetails. :type compartment_id: str :param name: The value to assign to the name property of this UpdateBaselineableMetricDetails. :type name: str :param column: The value to assign to the column property of this UpdateBaselineableMetricDetails. :type column: str :param namespace: The value to assign to the namespace property of this UpdateBaselineableMetricDetails. :type namespace: str :param resource_group: The value to assign to the resource_group property of this UpdateBaselineableMetricDetails. :type resource_group: str :param resource_type: The value to assign to the resource_type property of this UpdateBaselineableMetricDetails. :type resource_type: str :param is_out_of_box: The value to assign to the is_out_of_box property of this UpdateBaselineableMetricDetails. :type is_out_of_box: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateBaselineableMetricDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateBaselineableMetricDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateBaselineableMetricDetails. :type system_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object))) �id�lifecycle_state� tenancy_id�compartment_id�name�column� namespace�resource_group� resource_type� is_out_of_box� freeform_tags�defined_tags�system_tagsr ZlifecycleStateZ tenancyIdZ compartmentIdr r r Z resourceGroupZresourceTypeZ isOutOfBoxZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_lifecycle_state�_tenancy_id�_compartment_id�_name�_column� _namespace�_resource_group�_resource_type�_is_out_of_box�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r'