LogAnalyticsSourceLabelCondition¶
- 
class oci.log_analytics.models.LogAnalyticsSourceLabelCondition(**kwargs)¶
- Bases: - object- Methods - __init__(**kwargs)- Initializes a new LogAnalyticsSourceLabelCondition object with values from keyword arguments. - Attributes - block_condition_field- Gets the block_condition_field of this LogAnalyticsSourceLabelCondition. - block_condition_operator- Gets the block_condition_operator of this LogAnalyticsSourceLabelCondition. - block_condition_value- Gets the block_condition_value of this LogAnalyticsSourceLabelCondition. - condition_block- Gets the condition_block of this LogAnalyticsSourceLabelCondition. - condition_string- Gets the condition_string of this LogAnalyticsSourceLabelCondition. - content_example- Gets the content_example of this LogAnalyticsSourceLabelCondition. - field_name- Gets the field_name of this LogAnalyticsSourceLabelCondition. - is_enabled- Gets the is_enabled of this LogAnalyticsSourceLabelCondition. - is_inline_label_existing_in_database- Gets the is_inline_label_existing_in_database of this LogAnalyticsSourceLabelCondition. - is_system- Gets the is_system of this LogAnalyticsSourceLabelCondition. - is_visible- Gets the is_visible of this LogAnalyticsSourceLabelCondition. - label_condition_id- Gets the label_condition_id of this LogAnalyticsSourceLabelCondition. - label_condition_operator- Gets the label_condition_operator of this LogAnalyticsSourceLabelCondition. - label_condition_value- Gets the label_condition_value of this LogAnalyticsSourceLabelCondition. - label_condition_values- Gets the label_condition_values of this LogAnalyticsSourceLabelCondition. - label_display_name- Gets the label_display_name of this LogAnalyticsSourceLabelCondition. - label_name- Gets the label_name of this LogAnalyticsSourceLabelCondition. - message- Gets the message of this LogAnalyticsSourceLabelCondition. - source_id- Gets the source_id of this LogAnalyticsSourceLabelCondition. - storage_field- Gets the storage_field of this LogAnalyticsSourceLabelCondition. - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsSourceLabelCondition 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 LogAnalyticsSourceLabelCondition.
- condition_block (oci.log_analytics.models.ConditionBlock) – The value to assign to the condition_block property of this LogAnalyticsSourceLabelCondition.
- message (str) – The value to assign to the message property of this LogAnalyticsSourceLabelCondition.
- is_visible (bool) – The value to assign to the is_visible property of this LogAnalyticsSourceLabelCondition.
- block_condition_field (str) – The value to assign to the block_condition_field property of this LogAnalyticsSourceLabelCondition.
- block_condition_operator (str) – The value to assign to the block_condition_operator property of this LogAnalyticsSourceLabelCondition.
- block_condition_value (str) – The value to assign to the block_condition_value property of this LogAnalyticsSourceLabelCondition.
- label_condition_value (str) – The value to assign to the label_condition_value property of this LogAnalyticsSourceLabelCondition.
- label_condition_values (list[str]) – The value to assign to the label_condition_values property of this LogAnalyticsSourceLabelCondition.
- content_example (str) – The value to assign to the content_example property of this LogAnalyticsSourceLabelCondition.
- is_enabled (bool) – The value to assign to the is_enabled property of this LogAnalyticsSourceLabelCondition.
- field_name (str) – The value to assign to the field_name property of this LogAnalyticsSourceLabelCondition.
- label_condition_id (int) – The value to assign to the label_condition_id property of this LogAnalyticsSourceLabelCondition.
- is_system (bool) – The value to assign to the is_system property of this LogAnalyticsSourceLabelCondition.
- label_condition_operator (str) – The value to assign to the label_condition_operator property of this LogAnalyticsSourceLabelCondition.
- source_id (int) – The value to assign to the source_id property of this LogAnalyticsSourceLabelCondition.
- label_display_name (str) – The value to assign to the label_display_name property of this LogAnalyticsSourceLabelCondition.
- storage_field (str) – The value to assign to the storage_field property of this LogAnalyticsSourceLabelCondition.
- label_name (str) – The value to assign to the label_name property of this LogAnalyticsSourceLabelCondition.
- is_inline_label_existing_in_database (bool) – The value to assign to the is_inline_label_existing_in_database property of this LogAnalyticsSourceLabelCondition.
 
 - 
block_condition_field¶
- Gets the block_condition_field of this LogAnalyticsSourceLabelCondition. The block condition field. - Returns: - The block_condition_field of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
block_condition_operator¶
- Gets the block_condition_operator of this LogAnalyticsSourceLabelCondition. The block condition operator. - Returns: - The block_condition_operator of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
block_condition_value¶
- Gets the block_condition_value of this LogAnalyticsSourceLabelCondition. The block condition value. - Returns: - The block_condition_value of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
condition_block¶
- Gets the condition_block of this LogAnalyticsSourceLabelCondition. - Returns: - The condition_block of this LogAnalyticsSourceLabelCondition. - Return type: - oci.log_analytics.models.ConditionBlock 
 - 
condition_string¶
- Gets the condition_string of this LogAnalyticsSourceLabelCondition. String representation of the label condition. This supports specifying multiple condition blocks at various nested levels. - Returns: - The condition_string of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
content_example¶
- Gets the content_example of this LogAnalyticsSourceLabelCondition. The content example. - Returns: - The content_example of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
field_name¶
- Gets the field_name of this LogAnalyticsSourceLabelCondition. The internal field name. - Returns: - The field_name of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
is_enabled¶
- Gets the is_enabled of this LogAnalyticsSourceLabelCondition. A flag inidcating whether or not the condition is enabled. - Returns: - The is_enabled of this LogAnalyticsSourceLabelCondition. - Return type: - bool 
 - 
is_inline_label_existing_in_database¶
- Gets the is_inline_label_existing_in_database of this LogAnalyticsSourceLabelCondition. A flag indicating whether or not the inline label exists in the database. - Returns: - The is_inline_label_existing_in_database of this LogAnalyticsSourceLabelCondition. - Return type: - bool 
 - 
is_system¶
- Gets the is_system of this LogAnalyticsSourceLabelCondition. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object. - Returns: - The is_system of this LogAnalyticsSourceLabelCondition. - Return type: - bool 
 - 
is_visible¶
- Gets the is_visible of this LogAnalyticsSourceLabelCondition. A flag indicating whether or not the label condition is visible. - Returns: - The is_visible of this LogAnalyticsSourceLabelCondition. - Return type: - bool 
 - 
label_condition_id¶
- Gets the label_condition_id of this LogAnalyticsSourceLabelCondition. The unique identifier of the condition. - Returns: - The label_condition_id of this LogAnalyticsSourceLabelCondition. - Return type: - int 
 - 
label_condition_operator¶
- Gets the label_condition_operator of this LogAnalyticsSourceLabelCondition. The condition operator. - Returns: - The label_condition_operator of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
label_condition_value¶
- Gets the label_condition_value of this LogAnalyticsSourceLabelCondition. The condition value. - Returns: - The label_condition_value of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
label_condition_values¶
- Gets the label_condition_values of this LogAnalyticsSourceLabelCondition. A list of condition values. - Returns: - The label_condition_values of this LogAnalyticsSourceLabelCondition. - Return type: - list[str] 
 - 
label_display_name¶
- Gets the label_display_name of this LogAnalyticsSourceLabelCondition. The label display name. - Returns: - The label_display_name of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
label_name¶
- Gets the label_name of this LogAnalyticsSourceLabelCondition. The label name. - Returns: - The label_name of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
message¶
- Gets the message of this LogAnalyticsSourceLabelCondition. The message. - Returns: - The message of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 - 
source_id¶
- Gets the source_id of this LogAnalyticsSourceLabelCondition. The unique identifier of the source. - Returns: - The source_id of this LogAnalyticsSourceLabelCondition. - Return type: - int 
 - 
storage_field¶
- Gets the storage_field of this LogAnalyticsSourceLabelCondition. The label storage field. - Returns: - The storage_field of this LogAnalyticsSourceLabelCondition. - Return type: - str 
 
-