📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateBaselineableMetricDetailsz. Summary for the baseline-able metric c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new CreateBaselineableMetricDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateBaselineableMetricDetails. :type compartment_id: str :param name: The value to assign to the name property of this CreateBaselineableMetricDetails. :type name: str :param column: The value to assign to the column property of this CreateBaselineableMetricDetails. :type column: str :param namespace: The value to assign to the namespace property of this CreateBaselineableMetricDetails. :type namespace: str :param resource_group: The value to assign to the resource_group property of this CreateBaselineableMetricDetails. :type resource_group: str :param resource_type: The value to assign to the resource_type property of this CreateBaselineableMetricDetails. :type resource_type: str �str)�compartment_id�name�column� namespace�resource_group� resource_typeZ compartmentIdr r r Z resourceGroupZresourceTypeN)Z swagger_typesZ attribute_map�_compartment_id�_name�_column� _namespace�_resource_group�_resource_type)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/create_baselineable_metric_details.py�__init__ s( � � z(CreateBaselineableMetricDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateBaselineableMetricDetails. OCID of the compartment :return: The compartment_id of this CreateBaselineableMetricDetails. :rtype: str �r �r r r r r I s z.CreateBaselineableMetricDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateBaselineableMetricDetails. OCID of the compartment :param compartment_id: The compartment_id of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the name of this CreateBaselineableMetricDetails. name of the metric :return: The name of this CreateBaselineableMetricDetails. :rtype: str �r r r r r r a s z$CreateBaselineableMetricDetails.namec C s || _ dS )z� Sets the name of this CreateBaselineableMetricDetails. name of the metric :param name: The name of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the column of this CreateBaselineableMetricDetails. metric column name :return: The column of this CreateBaselineableMetricDetails. :rtype: str �r r r r r r y s z&CreateBaselineableMetricDetails.columnc C s || _ dS )z� Sets the column of this CreateBaselineableMetricDetails. metric column name :param column: The column of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the namespace of this CreateBaselineableMetricDetails. namespace of the metric :return: The namespace of this CreateBaselineableMetricDetails. :rtype: str �r r r r r r � s z)CreateBaselineableMetricDetails.namespacec C s || _ dS )z� Sets the namespace of this CreateBaselineableMetricDetails. namespace of the metric :param namespace: The namespace of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the resource_group of this CreateBaselineableMetricDetails. Resource group of the metric :return: The resource_group of this CreateBaselineableMetricDetails. :rtype: str �r r r r r r � s z.CreateBaselineableMetricDetails.resource_groupc C s || _ dS )z� Sets the resource_group of this CreateBaselineableMetricDetails. Resource group of the metric :param resource_group: The resource_group of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the resource_type of this CreateBaselineableMetricDetails. Resource type of the metric :return: The resource_type of this CreateBaselineableMetricDetails. :rtype: str �r r r r r r � s z-CreateBaselineableMetricDetails.resource_typec C s || _ dS )z� Sets the resource_type of this CreateBaselineableMetricDetails. Resource type of the metric :param resource_type: The resource_type of this CreateBaselineableMetricDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z(CreateBaselineableMetricDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&CreateBaselineableMetricDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z&CreateBaselineableMetricDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&