📂 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_result.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ValidateLabelConditionResultz6 The result of the label condition validation c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new ValidateLabelConditionResult 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 ValidateLabelConditionResult. :type condition_string: str :param condition_block: The value to assign to the condition_block property of this ValidateLabelConditionResult. :type condition_block: oci.log_analytics.models.ConditionBlock :param field_values: The value to assign to the field_values property of this ValidateLabelConditionResult. :type field_values: list[oci.log_analytics.models.LogAnalyticsProperty] :param status: The value to assign to the status property of this ValidateLabelConditionResult. :type status: str :param status_description: The value to assign to the status_description property of this ValidateLabelConditionResult. :type status_description: str :param evaluation_result: The value to assign to the evaluation_result property of this ValidateLabelConditionResult. :type evaluation_result: bool �strZConditionBlockzlist[LogAnalyticsProperty]�bool)�condition_string�condition_block�field_values�status�status_description�evaluation_resultZconditionStringZconditionBlockZfieldValuesr ZstatusDescriptionZevaluationResultN)Z swagger_typesZ attribute_map�_condition_string�_condition_block� _field_values�_status�_status_description�_evaluation_result)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/log_analytics/models/validate_label_condition_result.py�__init__ s( � � z%ValidateLabelConditionResult.__init__c C s | j S )a **[Required]** Gets the condition_string of this ValidateLabelConditionResult. String representation of the validated label condition. :return: The condition_string of this ValidateLabelConditionResult. :rtype: str �r �r r r r r I s z-ValidateLabelConditionResult.condition_stringc C s || _ dS )a Sets the condition_string of this ValidateLabelConditionResult. String representation of the validated label condition. :param condition_string: The condition_string of this ValidateLabelConditionResult. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the condition_block of this ValidateLabelConditionResult. :return: The condition_block of this ValidateLabelConditionResult. :rtype: oci.log_analytics.models.ConditionBlock �r r r r r r a s z,ValidateLabelConditionResult.condition_blockc C s || _ dS )z� Sets the condition_block of this ValidateLabelConditionResult. :param condition_block: The condition_block of this ValidateLabelConditionResult. :type: oci.log_analytics.models.ConditionBlock Nr )r r r r r r k s c C s | j S )a! Gets the field_values of this ValidateLabelConditionResult. Field values against which the label condition was evaluated. :return: The field_values of this ValidateLabelConditionResult. :rtype: list[oci.log_analytics.models.LogAnalyticsProperty] �r r r r r r u s z)ValidateLabelConditionResult.field_valuesc C s || _ dS )a, Sets the field_values of this ValidateLabelConditionResult. Field values against which the label condition was evaluated. :param field_values: The field_values of this ValidateLabelConditionResult. :type: list[oci.log_analytics.models.LogAnalyticsProperty] Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the status of this ValidateLabelConditionResult. The validation status. :return: The status of this ValidateLabelConditionResult. :rtype: str �r r r r r r � s z#ValidateLabelConditionResult.statusc C s || _ dS )z� Sets the status of this ValidateLabelConditionResult. The validation status. :param status: The status of this ValidateLabelConditionResult. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the status_description of this ValidateLabelConditionResult. The validation status description. :return: The status_description of this ValidateLabelConditionResult. :rtype: str �r r r r r r � s z/ValidateLabelConditionResult.status_descriptionc C s || _ dS )z� Sets the status_description of this ValidateLabelConditionResult. The validation status description. :param status_description: The status_description of this ValidateLabelConditionResult. :type: str Nr )r r r r r r � s c C s | j S )a& Gets the evaluation_result of this ValidateLabelConditionResult. The result of evaluating the condition blocks against the specified field values. Either true or false. :return: The evaluation_result of this ValidateLabelConditionResult. :rtype: bool �r r r r r r � s z.ValidateLabelConditionResult.evaluation_resultc C s || _ dS )a6 Sets the evaluation_result of this ValidateLabelConditionResult. The result of evaluating the condition blocks against the specified field values. Either true or false. :param evaluation_result: The evaluation_result of this ValidateLabelConditionResult. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%ValidateLabelConditionResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#ValidateLabelConditionResult.__eq__c C s | |k S r! r r$ r r r �__ne__� s z#ValidateLabelConditionResult.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"