ValidateLabelConditionDetails¶
-
class
oci.log_analytics.models.
ValidateLabelConditionDetails
(**kwargs)¶ Bases:
object
Required information needed to evaluate a source label condition.
Methods
__init__
(**kwargs)Initializes a new ValidateLabelConditionDetails object with values from keyword arguments. Attributes
condition_block
Gets the condition_block of this ValidateLabelConditionDetails. condition_string
Gets the condition_string of this ValidateLabelConditionDetails. field_values
Gets the field_values of this ValidateLabelConditionDetails. -
__init__
(**kwargs)¶ Initializes a new ValidateLabelConditionDetails 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 ValidateLabelConditionDetails.
- condition_block (oci.log_analytics.models.ConditionBlock) – The value to assign to the condition_block property of this ValidateLabelConditionDetails.
- field_values (list[oci.log_analytics.models.LogAnalyticsProperty]) – The value to assign to the field_values property of this ValidateLabelConditionDetails.
-
condition_block
¶ Gets the condition_block of this ValidateLabelConditionDetails.
Returns: The condition_block of this ValidateLabelConditionDetails. Return type: oci.log_analytics.models.ConditionBlock
-
condition_string
¶ Gets the condition_string of this ValidateLabelConditionDetails. String representation of the label condition to validate.
Returns: The condition_string of this ValidateLabelConditionDetails. Return type: str
-
field_values
¶ Gets the field_values of this ValidateLabelConditionDetails. An array of field name-value pairs to evaluate the label condition.
Returns: The field_values of this ValidateLabelConditionDetails. Return type: list[oci.log_analytics.models.LogAnalyticsProperty]
-