📂 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
›
apm_traces
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_traces/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_update_attribute_detail.cpython-39.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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�BulkUpdateAttributeDetailz Object that contains the details about a single attribute in the bulk request for which properties are to be updated. �NONE� EPOCH_TIME_MS�BYTES�COUNT�DURATION_MS�TRACE_STATUS� PERCENTAGE�TRACES� SYNTHETICc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new BulkUpdateAttributeDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_name: The value to assign to the attribute_name property of this BulkUpdateAttributeDetail. :type attribute_name: str :param unit: The value to assign to the unit property of this BulkUpdateAttributeDetail. Allowed values for this property are: "NONE", "EPOCH_TIME_MS", "BYTES", "COUNT", "DURATION_MS", "TRACE_STATUS", "PERCENTAGE" :type unit: str :param attribute_name_space: The value to assign to the attribute_name_space property of this BulkUpdateAttributeDetail. Allowed values for this property are: "TRACES", "SYNTHETIC" :type attribute_name_space: str �str)�attribute_name�unit�attribute_name_spaceZ attributeNamer ZattributeNameSpaceN)Z swagger_typesZ attribute_map�_attribute_name�_unit�_attribute_name_space)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_update_attribute_detail.py�__init__6 s ��z"BulkUpdateAttributeDetail.__init__c C s | j S )z� **[Required]** Gets the attribute_name of this BulkUpdateAttributeDetail. Name of the attribute for which notes are to be updated. :return: The attribute_name of this BulkUpdateAttributeDetail. :rtype: str �r �r r r r r Z s z(BulkUpdateAttributeDetail.attribute_namec C s || _ dS )z� Sets the attribute_name of this BulkUpdateAttributeDetail. Name of the attribute for which notes are to be updated. :param attribute_name: The attribute_name of this BulkUpdateAttributeDetail. :type: str Nr )r r r r r r f s c C s | j S )aH Gets the unit of this BulkUpdateAttributeDetail. Unit of the attribute to be updated. Allowed values for this property are: "NONE", "EPOCH_TIME_MS", "BYTES", "COUNT", "DURATION_MS", "TRACE_STATUS", "PERCENTAGE" :return: The unit of this BulkUpdateAttributeDetail. :rtype: str )r r r r r r r s zBulkUpdateAttributeDetail.unitc C s* g d�}t ||�s td|� ���|| _dS )z� Sets the unit of this BulkUpdateAttributeDetail. Unit of the attribute to be updated. :param unit: The unit of this BulkUpdateAttributeDetail. :type: str )r r r r r r r z1Invalid value for `unit`, must be None or one of N)r � ValueErrorr )r r �allowed_valuesr r r r � s �c C s | j S )aI Gets the attribute_name_space of this BulkUpdateAttributeDetail. Namespace of the attribute for which the properties are to be updated. Allowed values for this property are: "TRACES", "SYNTHETIC" :return: The attribute_name_space of this BulkUpdateAttributeDetail. :rtype: str )r r r r r r � s z.BulkUpdateAttributeDetail.attribute_name_spacec C s* ddg}t ||�s td|� ���|| _dS )a Sets the attribute_name_space of this BulkUpdateAttributeDetail. Namespace of the attribute for which the properties are to be updated. :param attribute_name_space: The attribute_name_space of this BulkUpdateAttributeDetail. :type: str r r zAInvalid value for `attribute_name_space`, must be None or one of N)r r r )r r r r r r r � s �c C s t | �S �N)r r r r r �__repr__� s z"BulkUpdateAttributeDetail.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z BulkUpdateAttributeDetail.__eq__c C s | |k S r r r# r r r �__ne__� s z BulkUpdateAttributeDetail.__ne__N)�__name__� __module__�__qualname__�__doc__Z UNIT_NONEZUNIT_EPOCH_TIME_MSZ UNIT_BYTESZ UNIT_COUNTZUNIT_DURATION_MSZUNIT_TRACE_STATUSZUNIT_PERCENTAGEZATTRIBUTE_NAME_SPACE_TRACESZATTRIBUTE_NAME_SPACE_SYNTHETICr �propertyr �setterr r r! r% r&