LabelSourceSummary¶
-
class
oci.log_analytics.models.
LabelSourceSummary
(**kwargs)¶ Bases:
object
source summary
Methods
__init__
(**kwargs)Initializes a new LabelSourceSummary object with values from keyword arguments. Attributes
condition_block
Gets the condition_block of this LabelSourceSummary. condition_string
Gets the condition_string of this LabelSourceSummary. label_condition
Gets the label_condition of this LabelSourceSummary. label_field_displayname
Gets the label_field_displayname of this LabelSourceSummary. label_field_name
Gets the label_field_name of this LabelSourceSummary. label_operator_name
Gets the label_operator_name of this LabelSourceSummary. source_display_name
Gets the source_display_name of this LabelSourceSummary. source_id
Gets the source_id of this LabelSourceSummary. source_name
Gets the source_name of this LabelSourceSummary. -
__init__
(**kwargs)¶ Initializes a new LabelSourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_display_name (str) – The value to assign to the source_display_name property of this LabelSourceSummary.
- source_name (str) – The value to assign to the source_name property of this LabelSourceSummary.
- source_id (int) – The value to assign to the source_id property of this LabelSourceSummary.
- label_operator_name (str) – The value to assign to the label_operator_name property of this LabelSourceSummary.
- label_condition (str) – The value to assign to the label_condition property of this LabelSourceSummary.
- condition_string (str) – The value to assign to the condition_string property of this LabelSourceSummary.
- condition_block (oci.log_analytics.models.ConditionBlock) – The value to assign to the condition_block property of this LabelSourceSummary.
- label_field_displayname (str) – The value to assign to the label_field_displayname property of this LabelSourceSummary.
- label_field_name (str) – The value to assign to the label_field_name property of this LabelSourceSummary.
-
condition_block
¶ Gets the condition_block of this LabelSourceSummary.
Returns: The condition_block of this LabelSourceSummary. Return type: oci.log_analytics.models.ConditionBlock
-
condition_string
¶ Gets the condition_string of this LabelSourceSummary. String representation of the label condition.
Returns: The condition_string of this LabelSourceSummary. Return type: str
-
label_condition
¶ Gets the label_condition of this LabelSourceSummary. The label condition.
Returns: The label_condition of this LabelSourceSummary. Return type: str
-
label_field_displayname
¶ Gets the label_field_displayname of this LabelSourceSummary. The label field display name.
Returns: The label_field_displayname of this LabelSourceSummary. Return type: str
-
label_field_name
¶ Gets the label_field_name of this LabelSourceSummary. The label field name.
Returns: The label_field_name of this LabelSourceSummary. Return type: str
-
label_operator_name
¶ Gets the label_operator_name of this LabelSourceSummary. The label operator.
Returns: The label_operator_name of this LabelSourceSummary. Return type: str
-
source_display_name
¶ Gets the source_display_name of this LabelSourceSummary. The source display name.
Returns: The source_display_name of this LabelSourceSummary. Return type: str
-
source_id
¶ Gets the source_id of this LabelSourceSummary. The source unique identifier.
Returns: The source_id of this LabelSourceSummary. Return type: int
-
source_name
¶ Gets the source_name of this LabelSourceSummary. The source internal name.
Returns: The source_name of this LabelSourceSummary. Return type: str
-