ValidateLabelConditionResult¶
-
class
oci.log_analytics.models.
ValidateLabelConditionResult
(**kwargs)¶ Bases:
object
The result of the label condition validation
Methods
__init__
(**kwargs)Initializes a new ValidateLabelConditionResult object with values from keyword arguments. Attributes
condition_block
[Required] Gets the condition_block of this ValidateLabelConditionResult. condition_string
[Required] Gets the condition_string of this ValidateLabelConditionResult. evaluation_result
Gets the evaluation_result of this ValidateLabelConditionResult. field_values
Gets the field_values of this ValidateLabelConditionResult. status
[Required] Gets the status of this ValidateLabelConditionResult. status_description
Gets the status_description of this ValidateLabelConditionResult. -
__init__
(**kwargs)¶ Initializes a new ValidateLabelConditionResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - condition_string (str) – The value to assign to the condition_string property of this ValidateLabelConditionResult.
- condition_block (oci.log_analytics.models.ConditionBlock) – The value to assign to the condition_block property of this ValidateLabelConditionResult.
- field_values (list[oci.log_analytics.models.LogAnalyticsProperty]) – The value to assign to the field_values property of this ValidateLabelConditionResult.
- status (str) – The value to assign to the status property of this ValidateLabelConditionResult.
- status_description (str) – The value to assign to the status_description property of this ValidateLabelConditionResult.
- evaluation_result (bool) – The value to assign to the evaluation_result property of this ValidateLabelConditionResult.
-
condition_block
¶ [Required] Gets the condition_block of this ValidateLabelConditionResult.
Returns: The condition_block of this ValidateLabelConditionResult. Return type: oci.log_analytics.models.ConditionBlock
-
condition_string
¶ [Required] Gets the condition_string of this ValidateLabelConditionResult. String representation of the validated label condition.
Returns: The condition_string of this ValidateLabelConditionResult. Return type: str
-
evaluation_result
¶ Gets the evaluation_result of this ValidateLabelConditionResult. The result of evaluating the condition blocks against the specified field values. Either true or false.
Returns: The evaluation_result of this ValidateLabelConditionResult. Return type: bool
-
field_values
¶ Gets the field_values of this ValidateLabelConditionResult. Field values against which the label condition was evaluated.
Returns: The field_values of this ValidateLabelConditionResult. Return type: list[oci.log_analytics.models.LogAnalyticsProperty]
-
status
¶ [Required] Gets the status of this ValidateLabelConditionResult. The validation status.
Returns: The status of this ValidateLabelConditionResult. Return type: str
-
status_description
¶ Gets the status_description of this ValidateLabelConditionResult. The validation status description.
Returns: The status_description of this ValidateLabelConditionResult. Return type: str
-