📂 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_activation_metadata.cpython-39.pyc
a ���f�Z � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�BulkActivationMetadataa� Metadata about the bulk activation operation. The bulk activation operation is atomic and binary. If the processing of any of the attributes in the bulk activation request results in a processing or validation error, then none of the attributes in the request are activated. The bulk activation request succeeds only when all the attributes in the bulk activation request are processed and they get a successful attributeStatus back. �SUCCESS�EMPTY_ATTRIBUTE_LIST� NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED�STRING_ATTRIBUTE_LIMIT_EXCEEDED�INSUFFICIENT_STRING_SPACE�INSUFFICIENT_NUMERIC_SPACE�INVALID_BULK_REQUEST�ACTIVATEc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new BulkActivationMetadata 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 BulkActivationMetadata. Allowed values for this property are: "SUCCESS", "EMPTY_ATTRIBUTE_LIST", "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED", "STRING_ATTRIBUTE_LIMIT_EXCEEDED", "INSUFFICIENT_STRING_SPACE", "INSUFFICIENT_NUMERIC_SPACE", "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 BulkActivationMetadata. Allowed values for this property are: "ACTIVATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str :param string_attributes_activated: The value to assign to the string_attributes_activated property of this BulkActivationMetadata. :type string_attributes_activated: int :param numeric_attributes_activated: The value to assign to the numeric_attributes_activated property of this BulkActivationMetadata. :type numeric_attributes_activated: int :param synthetic_string_attributes_activated: The value to assign to the synthetic_string_attributes_activated property of this BulkActivationMetadata. :type synthetic_string_attributes_activated: int :param synthetic_numeric_attributes_activated: The value to assign to the synthetic_numeric_attributes_activated property of this BulkActivationMetadata. :type synthetic_numeric_attributes_activated: int :param available_string_attributes: The value to assign to the available_string_attributes property of this BulkActivationMetadata. :type available_string_attributes: int :param available_numeric_attributes: The value to assign to the available_numeric_attributes property of this BulkActivationMetadata. :type available_numeric_attributes: int :param available_synthetic_string_attributes: The value to assign to the available_synthetic_string_attributes property of this BulkActivationMetadata. :type available_synthetic_string_attributes: int :param available_synthetic_numeric_attributes: The value to assign to the available_synthetic_numeric_attributes property of this BulkActivationMetadata. :type available_synthetic_numeric_attributes: int �str�int) �operation_status�operation_type�string_attributes_activated�numeric_attributes_activated�%synthetic_string_attributes_activated�&synthetic_numeric_attributes_activated�available_string_attributes�available_numeric_attributes�%available_synthetic_string_attributes�&available_synthetic_numeric_attributesZoperationStatusZ operationTypeZstringAttributesActivatedZnumericAttributesActivatedZ"syntheticStringAttributesActivatedZ#syntheticNumericAttributesActivatedZavailableStringAttributesZavailableNumericAttributesZ"availableSyntheticStringAttributesZ#availableSyntheticNumericAttributesN)Z swagger_typesZ attribute_map�_operation_status�_operation_type�_string_attributes_activated�_numeric_attributes_activated�&_synthetic_string_attributes_activated�'_synthetic_numeric_attributes_activated�_available_string_attributes�_available_numeric_attributes�&_available_synthetic_string_attributes�'_available_synthetic_numeric_attributes)�self�kwargs� r'