LogAnalyticsLabelView¶
- 
class oci.log_analytics.models.LogAnalyticsLabelView(**kwargs)¶
- Bases: - object- Attributes - PRIORITY_HIGH- A constant which can be used with the priority property of a LogAnalyticsLabelView. - PRIORITY_LOW- A constant which can be used with the priority property of a LogAnalyticsLabelView. - PRIORITY_MEDIUM- A constant which can be used with the priority property of a LogAnalyticsLabelView. - PRIORITY_NONE- A constant which can be used with the priority property of a LogAnalyticsLabelView. - aliases- Gets the aliases of this LogAnalyticsLabelView. - count_usage_in_alert_rule- Gets the count_usage_in_alert_rule of this LogAnalyticsLabelView. - count_usage_in_source- Gets the count_usage_in_source of this LogAnalyticsLabelView. - description- Gets the description of this LogAnalyticsLabelView. - display_name- Gets the display_name of this LogAnalyticsLabelView. - edit_version- Gets the edit_version of this LogAnalyticsLabelView. - id- Gets the id of this LogAnalyticsLabelView. - impact- Gets the impact of this LogAnalyticsLabelView. - is_system- Gets the is_system of this LogAnalyticsLabelView. - is_user_deleted- Gets the is_user_deleted of this LogAnalyticsLabelView. - name- Gets the name of this LogAnalyticsLabelView. - priority- Gets the priority of this LogAnalyticsLabelView. - recommendation- Gets the recommendation of this LogAnalyticsLabelView. - suggest_type- Gets the suggest_type of this LogAnalyticsLabelView. - type- Gets the type of this LogAnalyticsLabelView. - Methods - __init__(**kwargs)- Initializes a new LogAnalyticsLabelView object with values from keyword arguments. - 
PRIORITY_HIGH= 'HIGH'¶
- A constant which can be used with the priority property of a LogAnalyticsLabelView. This constant has a value of “HIGH” 
 - 
PRIORITY_LOW= 'LOW'¶
- A constant which can be used with the priority property of a LogAnalyticsLabelView. This constant has a value of “LOW” 
 - 
PRIORITY_MEDIUM= 'MEDIUM'¶
- A constant which can be used with the priority property of a LogAnalyticsLabelView. This constant has a value of “MEDIUM” 
 - 
PRIORITY_NONE= 'NONE'¶
- A constant which can be used with the priority property of a LogAnalyticsLabelView. This constant has a value of “NONE” 
 - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsLabelView object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - aliases (list[oci.log_analytics.models.LogAnalyticsLabelAlias]) – The value to assign to the aliases property of this LogAnalyticsLabelView.
- count_usage_in_alert_rule (int) – The value to assign to the count_usage_in_alert_rule property of this LogAnalyticsLabelView.
- count_usage_in_source (int) – The value to assign to the count_usage_in_source property of this LogAnalyticsLabelView.
- id (object) – The value to assign to the id property of this LogAnalyticsLabelView.
- suggest_type (int) – The value to assign to the suggest_type property of this LogAnalyticsLabelView.
- description (str) – The value to assign to the description property of this LogAnalyticsLabelView.
- display_name (str) – The value to assign to the display_name property of this LogAnalyticsLabelView.
- edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsLabelView.
- impact (str) – The value to assign to the impact property of this LogAnalyticsLabelView.
- is_system (bool) – The value to assign to the is_system property of this LogAnalyticsLabelView.
- name (str) – The value to assign to the name property of this LogAnalyticsLabelView.
- priority (str) – The value to assign to the priority property of this LogAnalyticsLabelView. Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- recommendation (str) – The value to assign to the recommendation property of this LogAnalyticsLabelView.
- type (int) – The value to assign to the type property of this LogAnalyticsLabelView.
- is_user_deleted (bool) – The value to assign to the is_user_deleted property of this LogAnalyticsLabelView.
 
 - 
aliases¶
- Gets the aliases of this LogAnalyticsLabelView. An arrya of label aliases. - Returns: - The aliases of this LogAnalyticsLabelView. - Return type: - list[oci.log_analytics.models.LogAnalyticsLabelAlias] 
 - 
count_usage_in_alert_rule¶
- Gets the count_usage_in_alert_rule of this LogAnalyticsLabelView. The label alert rule usage count. - Returns: - The count_usage_in_alert_rule of this LogAnalyticsLabelView. - Return type: - int 
 - 
count_usage_in_source¶
- Gets the count_usage_in_source of this LogAnalyticsLabelView. The label source usage count. - Returns: - The count_usage_in_source of this LogAnalyticsLabelView. - Return type: - int 
 - 
description¶
- Gets the description of this LogAnalyticsLabelView. The label description. - Returns: - The description of this LogAnalyticsLabelView. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this LogAnalyticsLabelView. The label display name. - Returns: - The display_name of this LogAnalyticsLabelView. - Return type: - str 
 - 
edit_version¶
- Gets the edit_version of this LogAnalyticsLabelView. The label edit version. - Returns: - The edit_version of this LogAnalyticsLabelView. - Return type: - int 
 - 
id¶
- Gets the id of this LogAnalyticsLabelView. The label unique identifier. - Returns: - The id of this LogAnalyticsLabelView. - Return type: - object 
 - 
impact¶
- Gets the impact of this LogAnalyticsLabelView. The label impact. - Returns: - The impact of this LogAnalyticsLabelView. - Return type: - str 
 - 
is_system¶
- Gets the is_system of this LogAnalyticsLabelView. 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 LogAnalyticsLabelView. - Return type: - bool 
 - 
is_user_deleted¶
- Gets the is_user_deleted of this LogAnalyticsLabelView. A flag indicating whether or not the label has been deleted. - Returns: - The is_user_deleted of this LogAnalyticsLabelView. - Return type: - bool 
 - 
name¶
- Gets the name of this LogAnalyticsLabelView. The label name. - Returns: - The name of this LogAnalyticsLabelView. - Return type: - str 
 - 
priority¶
- Gets the priority of this LogAnalyticsLabelView. The label priority. Default value is NONE. - Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The priority of this LogAnalyticsLabelView. - Return type: - str 
 - 
recommendation¶
- Gets the recommendation of this LogAnalyticsLabelView. The label recommendation. - Returns: - The recommendation of this LogAnalyticsLabelView. - Return type: - str 
 - 
suggest_type¶
- Gets the suggest_type of this LogAnalyticsLabelView. The label suggestion type. - Returns: - The suggest_type of this LogAnalyticsLabelView. - Return type: - int 
 - 
type¶
- Gets the type of this LogAnalyticsLabelView. The label type. - Returns: - The type of this LogAnalyticsLabelView. - Return type: - int 
 
-