📂 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_de_activation_metadata.cpython-39.pyc
a ���f�E � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�BulkDeActivationMetadataa� Metadata about the bulk deactivation operation. The bulk deactivation operation is atomic and binary. If the processing of any of the attributes in the bulk deactivation request results in a processing or validation error, then none of the attributes in the request are deactivated. The bulk deactivation request succeeds only when all the attributes in the bulk deactivation request are processed and they get a successful attributeStatus back. �SUCCESS�EMPTY_ATTRIBUTE_LIST� NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED�STRING_ATTRIBUTE_LIMIT_EXCEEDED�INVALID_BULK_REQUEST� DEACTIVATEc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a Initializes a new BulkDeActivationMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation_status: The value to assign to the operation_status property of this BulkDeActivationMetadata. Allowed values for this property are: "SUCCESS", "EMPTY_ATTRIBUTE_LIST", "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED", "STRING_ATTRIBUTE_LIMIT_EXCEEDED", "INVALID_BULK_REQUEST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_status: str :param operation_type: The value to assign to the operation_type property of this BulkDeActivationMetadata. Allowed values for this property are: "DEACTIVATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str :param attributes_de_activated: The value to assign to the attributes_de_activated property of this BulkDeActivationMetadata. :type attributes_de_activated: int :param synthetic_attributes_de_activated: The value to assign to the synthetic_attributes_de_activated property of this BulkDeActivationMetadata. :type synthetic_attributes_de_activated: int :param available_string_attributes: The value to assign to the available_string_attributes property of this BulkDeActivationMetadata. :type available_string_attributes: int :param available_numeric_attributes: The value to assign to the available_numeric_attributes property of this BulkDeActivationMetadata. :type available_numeric_attributes: int :param available_synthetic_string_attributes: The value to assign to the available_synthetic_string_attributes property of this BulkDeActivationMetadata. :type available_synthetic_string_attributes: int :param available_synthetic_numeric_attributes: The value to assign to the available_synthetic_numeric_attributes property of this BulkDeActivationMetadata. :type available_synthetic_numeric_attributes: int �str�int)�operation_status�operation_type�attributes_de_activated�!synthetic_attributes_de_activated�available_string_attributes�available_numeric_attributes�%available_synthetic_string_attributes�&available_synthetic_numeric_attributesZoperationStatusZ operationTypeZattributesDeActivatedZsyntheticAttributesDeActivatedZavailableStringAttributesZavailableNumericAttributesZ"availableSyntheticStringAttributesZ#availableSyntheticNumericAttributesN) Z swagger_typesZ attribute_map�_operation_status�_operation_type�_attributes_de_activated�"_synthetic_attributes_de_activated�_available_string_attributes�_available_numeric_attributes�&_available_synthetic_string_attributes�'_available_synthetic_numeric_attributes)�self�kwargs� r! �U/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_de_activation_metadata.py�__init__- s4 +��z!BulkDeActivationMetadata.__init__c C s | j S )ai **[Required]** Gets the operation_status of this BulkDeActivationMetadata. Operation status of the bulk deactivation operation. The bulk deactivation operation could have either a success or an error status as defined below. Note that if a bulk operation has not succeeded, we do not deactivate any tags in the request set. SUCCESS - The bulk deactivation operation has succeeded and all the attributes in the bulk deactivation request have been deactivated by this operation or deactivated earlier. The following are error statuses for the bulk deactivation operation. Note that none of the attributes (string or numeric) in the bulk request have been deactivated by this bulk deactivation operation if any of the below statuses are returned. EMPTY_ATTRIBUTE_LIST - The bulk deactivation request object was empty and did not contain any attributes to be deactivated. NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be present in the APM Domain. STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be present in the APM Domain. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error. Allowed values for this property are: "SUCCESS", "EMPTY_ATTRIBUTE_LIST", "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED", "STRING_ATTRIBUTE_LIMIT_EXCEEDED", "INVALID_BULK_REQUEST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The operation_status of this BulkDeActivationMetadata. :rtype: str )r �r r! r! r"