LogAnalyticsLabelSummary¶
-
class
oci.log_analytics.models.
LogAnalyticsLabelSummary
(**kwargs)¶ Bases:
object
LogAnalytics label
Attributes
PRIORITY_HIGH
A constant which can be used with the priority property of a LogAnalyticsLabelSummary. PRIORITY_LOW
A constant which can be used with the priority property of a LogAnalyticsLabelSummary. PRIORITY_MEDIUM
A constant which can be used with the priority property of a LogAnalyticsLabelSummary. PRIORITY_NONE
A constant which can be used with the priority property of a LogAnalyticsLabelSummary. TYPE_INFO
A constant which can be used with the type property of a LogAnalyticsLabelSummary. TYPE_PROBLEM
A constant which can be used with the type property of a LogAnalyticsLabelSummary. aliases
Gets the aliases of this LogAnalyticsLabelSummary. count_usage_in_source
Gets the count_usage_in_source of this LogAnalyticsLabelSummary. description
Gets the description of this LogAnalyticsLabelSummary. display_name
Gets the display_name of this LogAnalyticsLabelSummary. edit_version
Gets the edit_version of this LogAnalyticsLabelSummary. impact
Gets the impact of this LogAnalyticsLabelSummary. is_system
Gets the is_system of this LogAnalyticsLabelSummary. is_user_deleted
Gets the is_user_deleted of this LogAnalyticsLabelSummary. name
Gets the name of this LogAnalyticsLabelSummary. priority
Gets the priority of this LogAnalyticsLabelSummary. recommendation
Gets the recommendation of this LogAnalyticsLabelSummary. suggest_type
Gets the suggest_type of this LogAnalyticsLabelSummary. type
Gets the type of this LogAnalyticsLabelSummary. Methods
__init__
(**kwargs)Initializes a new LogAnalyticsLabelSummary object with values from keyword arguments. -
PRIORITY_HIGH
= 'HIGH'¶ A constant which can be used with the priority property of a LogAnalyticsLabelSummary. This constant has a value of “HIGH”
-
PRIORITY_LOW
= 'LOW'¶ A constant which can be used with the priority property of a LogAnalyticsLabelSummary. This constant has a value of “LOW”
-
PRIORITY_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the priority property of a LogAnalyticsLabelSummary. This constant has a value of “MEDIUM”
-
PRIORITY_NONE
= 'NONE'¶ A constant which can be used with the priority property of a LogAnalyticsLabelSummary. This constant has a value of “NONE”
-
TYPE_INFO
= 'INFO'¶ A constant which can be used with the type property of a LogAnalyticsLabelSummary. This constant has a value of “INFO”
-
TYPE_PROBLEM
= 'PROBLEM'¶ A constant which can be used with the type property of a LogAnalyticsLabelSummary. This constant has a value of “PROBLEM”
-
__init__
(**kwargs)¶ Initializes a new LogAnalyticsLabelSummary 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 LogAnalyticsLabelSummary.
- count_usage_in_source (int) – The value to assign to the count_usage_in_source property of this LogAnalyticsLabelSummary.
- suggest_type (int) – The value to assign to the suggest_type property of this LogAnalyticsLabelSummary.
- description (str) – The value to assign to the description property of this LogAnalyticsLabelSummary.
- display_name (str) – The value to assign to the display_name property of this LogAnalyticsLabelSummary.
- edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsLabelSummary.
- impact (str) – The value to assign to the impact property of this LogAnalyticsLabelSummary.
- is_system (bool) – The value to assign to the is_system property of this LogAnalyticsLabelSummary.
- name (str) – The value to assign to the name property of this LogAnalyticsLabelSummary.
- priority (str) – The value to assign to the priority property of this LogAnalyticsLabelSummary. 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 LogAnalyticsLabelSummary.
- type (str) – The value to assign to the type property of this LogAnalyticsLabelSummary. Allowed values for this property are: “INFO”, “PROBLEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_user_deleted (bool) – The value to assign to the is_user_deleted property of this LogAnalyticsLabelSummary.
-
aliases
¶ Gets the aliases of this LogAnalyticsLabelSummary. The alias list.
Returns: The aliases of this LogAnalyticsLabelSummary. Return type: list[oci.log_analytics.models.LogAnalyticsLabelAlias]
-
count_usage_in_source
¶ Gets the count_usage_in_source of this LogAnalyticsLabelSummary. The source usage count for this label.
Returns: The count_usage_in_source of this LogAnalyticsLabelSummary. Return type: int
-
description
¶ Gets the description of this LogAnalyticsLabelSummary. The label description.
Returns: The description of this LogAnalyticsLabelSummary. Return type: str
-
display_name
¶ Gets the display_name of this LogAnalyticsLabelSummary. The label display name.
Returns: The display_name of this LogAnalyticsLabelSummary. Return type: str
-
edit_version
¶ Gets the edit_version of this LogAnalyticsLabelSummary. The label edit version.
Returns: The edit_version of this LogAnalyticsLabelSummary. Return type: int
-
impact
¶ Gets the impact of this LogAnalyticsLabelSummary. The label impact.
Returns: The impact of this LogAnalyticsLabelSummary. Return type: str
-
is_system
¶ Gets the is_system of this LogAnalyticsLabelSummary. The system flag. A value of false denotes a custom, or user defined label. A value of true denotes a built in label.
Returns: The is_system of this LogAnalyticsLabelSummary. Return type: bool
-
is_user_deleted
¶ Gets the is_user_deleted of this LogAnalyticsLabelSummary. A flag indicating whether or not the label has been deleted.
Returns: The is_user_deleted of this LogAnalyticsLabelSummary. Return type: bool
-
name
¶ Gets the name of this LogAnalyticsLabelSummary. The label name.
Returns: The name of this LogAnalyticsLabelSummary. Return type: str
-
priority
¶ Gets the priority of this LogAnalyticsLabelSummary. The label priority. Valid values are (NONE, LOW, HIGH). NONE is default.
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 LogAnalyticsLabelSummary. Return type: str
-
recommendation
¶ Gets the recommendation of this LogAnalyticsLabelSummary. The label recommendation.
Returns: The recommendation of this LogAnalyticsLabelSummary. Return type: str
-
suggest_type
¶ Gets the suggest_type of this LogAnalyticsLabelSummary. The type of suggestion for label usage.
Returns: The suggest_type of this LogAnalyticsLabelSummary. Return type: int
-
type
¶ Gets the type of this LogAnalyticsLabelSummary. The label type. Valid values are (INFO, PROBLEM). INFO is default.
Allowed values for this property are: “INFO”, “PROBLEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this LogAnalyticsLabelSummary. Return type: str
-