📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: validate_label_condition_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ValidateLabelConditionDetailszK Required information needed to evaluate a source label condition. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a( Initializes a new ValidateLabelConditionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param condition_string: The value to assign to the condition_string property of this ValidateLabelConditionDetails. :type condition_string: str :param condition_block: The value to assign to the condition_block property of this ValidateLabelConditionDetails. :type condition_block: oci.log_analytics.models.ConditionBlock :param field_values: The value to assign to the field_values property of this ValidateLabelConditionDetails. :type field_values: list[oci.log_analytics.models.LogAnalyticsProperty] �strZConditionBlockzlist[LogAnalyticsProperty])�condition_string�condition_block�field_valuesZconditionStringZconditionBlockZfieldValuesN)Z swagger_typesZ attribute_map�_condition_string�_condition_block� _field_values)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/log_analytics/models/validate_label_condition_details.py�__init__ s ��z&ValidateLabelConditionDetails.__init__c C s | j S )z� Gets the condition_string of this ValidateLabelConditionDetails. String representation of the label condition to validate. :return: The condition_string of this ValidateLabelConditionDetails. :rtype: str �r �r r r r r 4 s z.ValidateLabelConditionDetails.condition_stringc C s || _ dS )a Sets the condition_string of this ValidateLabelConditionDetails. String representation of the label condition to validate. :param condition_string: The condition_string of this ValidateLabelConditionDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the condition_block of this ValidateLabelConditionDetails. :return: The condition_block of this ValidateLabelConditionDetails. :rtype: oci.log_analytics.models.ConditionBlock �r r r r r r L s z-ValidateLabelConditionDetails.condition_blockc C s || _ dS )z� Sets the condition_block of this ValidateLabelConditionDetails. :param condition_block: The condition_block of this ValidateLabelConditionDetails. :type: oci.log_analytics.models.ConditionBlock Nr )r r r r r r V s c C s | j S )a) Gets the field_values of this ValidateLabelConditionDetails. An array of field name-value pairs to evaluate the label condition. :return: The field_values of this ValidateLabelConditionDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsProperty] �r r r r r r ` s z*ValidateLabelConditionDetails.field_valuesc C s || _ dS )a4 Sets the field_values of this ValidateLabelConditionDetails. An array of field name-value pairs to evaluate the label condition. :param field_values: The field_values of this ValidateLabelConditionDetails. :type: list[oci.log_analytics.models.LogAnalyticsProperty] Nr )r r r r r r l s c C s t | �S �N)r r r r r �__repr__x s z&ValidateLabelConditionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s z$ValidateLabelConditionDetails.__eq__c C s | |k S r r r r r r �__ne__� s z$ValidateLabelConditionDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"