📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_activation_status.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�BulkActivationStatusz< Response of a bulk attribute activation operation. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new BulkActivationStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_statuses: The value to assign to the attribute_statuses property of this BulkActivationStatus. :type attribute_statuses: list[oci.apm_traces.models.AttributeResponse] :param bulk_activation_metadata: The value to assign to the bulk_activation_metadata property of this BulkActivationStatus. :type bulk_activation_metadata: oci.apm_traces.models.BulkActivationMetadata zlist[AttributeResponse]ZBulkActivationMetadata)�attribute_statuses�bulk_activation_metadataZattributeStatusesZbulkActivationMetadataN)Z swagger_typesZ attribute_map�_attribute_statuses�_bulk_activation_metadata)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_activation_status.py�__init__ s ��zBulkActivationStatus.__init__c C s | j S )a� **[Required]** Gets the attribute_statuses of this BulkActivationStatus. We preserve the order of the attribute items from the bulk activation request in this collection. The ith object in this collection represents the bulk activation operation status of the ith object in the BulkActivateAttributeDetails object from the Bulk Activation request. If the bulk activation operation results in a processing error or a validation error, the operationStatus property in the BulkActivationMetadata object will contain the appropriate bulk error status for the bulk operation. :return: The attribute_statuses of this BulkActivationStatus. :rtype: list[oci.apm_traces.models.AttributeResponse] �r �r r r r r - s z'BulkActivationStatus.attribute_statusesc C s || _ dS )a� Sets the attribute_statuses of this BulkActivationStatus. We preserve the order of the attribute items from the bulk activation request in this collection. The ith object in this collection represents the bulk activation operation status of the ith object in the BulkActivateAttributeDetails object from the Bulk Activation request. If the bulk activation operation results in a processing error or a validation error, the operationStatus property in the BulkActivationMetadata object will contain the appropriate bulk error status for the bulk operation. :param attribute_statuses: The attribute_statuses of this BulkActivationStatus. :type: list[oci.apm_traces.models.AttributeResponse] Nr )r r r r r r <