📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/monitoring/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: post_metric_data_details.pyc
a O��fk � @ 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 @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�PostMetricDataDetailszn An array of metric objects containing raw metric data points to be posted to the Monitoring service. �ATOMIC� NON_ATOMICc K s( ddd�| _ ddd�| _d| _d| _dS )a~ Initializes a new PostMetricDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_data: The value to assign to the metric_data property of this PostMetricDataDetails. :type metric_data: list[oci.monitoring.models.MetricDataDetails] :param batch_atomicity: The value to assign to the batch_atomicity property of this PostMetricDataDetails. Allowed values for this property are: "ATOMIC", "NON_ATOMIC" :type batch_atomicity: str zlist[MetricDataDetails]�str)�metric_data�batch_atomicity� metricData�batchAtomicityN)� swagger_types� attribute_map�_metric_data�_batch_atomicity)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/monitoring/models/post_metric_data_details.py�__init__ s ��zPostMetricDataDetails.__init__c C s | j S )a6 **[Required]** Gets the metric_data of this PostMetricDataDetails. A metric object containing raw metric data points to be posted to the Monitoring service. :return: The metric_data of this PostMetricDataDetails. :rtype: list[oci.monitoring.models.MetricDataDetails] �r �r r r r r 4 s z!PostMetricDataDetails.metric_datac C s || _ dS )a1 Sets the metric_data of this PostMetricDataDetails. A metric object containing raw metric data points to be posted to the Monitoring service. :param metric_data: The metric_data of this PostMetricDataDetails. :type: list[oci.monitoring.models.MetricDataDetails] Nr )r r r r r r @ s c C s | j S )a Gets the batch_atomicity of this PostMetricDataDetails. Batch atomicity behavior. Requires either partial or full pass of input validation for metric objects in PostMetricData requests. The default value of NON_ATOMIC requires a partial pass: at least one metric object in the request must pass input validation, and any objects that failed validation are identified in the returned summary, along with their error messages. A value of ATOMIC requires a full pass: all metric objects in the request must pass input validation. Example: `NON_ATOMIC` Allowed values for this property are: "ATOMIC", "NON_ATOMIC" :return: The batch_atomicity of this PostMetricDataDetails. :rtype: str )r r r r r r L s z%PostMetricDataDetails.batch_atomicityc C s* ddg}t ||�s td�|���|| _dS )a� Sets the batch_atomicity of this PostMetricDataDetails. Batch atomicity behavior. Requires either partial or full pass of input validation for metric objects in PostMetricData requests. The default value of NON_ATOMIC requires a partial pass: at least one metric object in the request must pass input validation, and any objects that failed validation are identified in the returned summary, along with their error messages. A value of ATOMIC requires a full pass: all metric objects in the request must pass input validation. Example: `NON_ATOMIC` :param batch_atomicity: The batch_atomicity of this PostMetricDataDetails. :type: str r r z?Invalid value for `batch_atomicity`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r a s ��c C s t | �S �N)r r r r r �__repr__z s zPostMetricDataDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__} s zPostMetricDataDetails.__eq__c C s | |k S r r r r r r �__ne__� s zPostMetricDataDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�BATCH_ATOMICITY_ATOMIC�BATCH_ATOMICITY_NON_ATOMICr �propertyr �setterr r r! r"