📂 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
›
sch
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/sch/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitoring_target_details.cpython-39.pyc
a ���f1 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TargetDetails� )�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 dd� Zdd� Zdd� Z dS )�MonitoringTargetDetailsz� The destination metric for data transferred from the source. For configuration instructions, see `Creating a Connector`__. __ https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new MonitoringTargetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.MonitoringTargetDetails.kind` attribute of this class is ``monitoring`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this MonitoringTargetDetails. Allowed values for this property are: "functions", "loggingAnalytics", "monitoring", "notifications", "objectStorage", "streaming" :type kind: str :param compartment_id: The value to assign to the compartment_id property of this MonitoringTargetDetails. :type compartment_id: str :param metric_namespace: The value to assign to the metric_namespace property of this MonitoringTargetDetails. :type metric_namespace: str :param metric: The value to assign to the metric property of this MonitoringTargetDetails. :type metric: str :param dimensions: The value to assign to the dimensions property of this MonitoringTargetDetails. :type dimensions: list[oci.sch.models.DimensionDetails] �strzlist[DimensionDetails])�kind�compartment_id�metric_namespace�metric� dimensionsr Z compartmentIdZmetricNamespacer r NZ monitoring)Z swagger_typesZ attribute_mapZ_kind�_compartment_id�_metric_namespace�_metric�_dimensions)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/sch/models/monitoring_target_details.py�__init__ s$ � �z MonitoringTargetDetails.__init__c C s | j S )aK **[Required]** Gets the compartment_id of this MonitoringTargetDetails. The `OCID`__ of the compartment containing the metric. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this MonitoringTargetDetails. :rtype: str �r �r r r r r I s z&MonitoringTargetDetails.compartment_idc C s || _ dS )aI Sets the compartment_id of this MonitoringTargetDetails. The `OCID`__ of the compartment containing the metric. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this MonitoringTargetDetails. :type: str Nr )r r r r r r W s c C s | j S )a **[Required]** Gets the metric_namespace of this MonitoringTargetDetails. The namespace of the metric. Example: `oci_computeagent` :return: The metric_namespace of this MonitoringTargetDetails. :rtype: str �r r r r r r e s z(MonitoringTargetDetails.metric_namespacec C s || _ dS )a Sets the metric_namespace of this MonitoringTargetDetails. The namespace of the metric. Example: `oci_computeagent` :param metric_namespace: The metric_namespace of this MonitoringTargetDetails. :type: str Nr )r r r r r r s s c C s | j S )z� **[Required]** Gets the metric of this MonitoringTargetDetails. The name of the metric. Example: `CpuUtilization` :return: The metric of this MonitoringTargetDetails. :rtype: str �r r r r r r � s zMonitoringTargetDetails.metricc C s || _ dS )z� Sets the metric of this MonitoringTargetDetails. The name of the metric. Example: `CpuUtilization` :param metric: The metric of this MonitoringTargetDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the dimensions of this MonitoringTargetDetails. List of dimension names and values. :return: The dimensions of this MonitoringTargetDetails. :rtype: list[oci.sch.models.DimensionDetails] �r r r r r r � s z"MonitoringTargetDetails.dimensionsc C s || _ dS )z� Sets the dimensions of this MonitoringTargetDetails. List of dimension names and values. :param dimensions: The dimensions of this MonitoringTargetDetails. :type: list[oci.sch.models.DimensionDetails] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z MonitoringTargetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMonitoringTargetDetails.__eq__c C s | |k S r r r r r r �__ne__� s zMonitoringTargetDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"