LogAnalyticsLabelDefinition

class oci.log_analytics.models.LogAnalyticsLabelDefinition(**kwargs)

Bases: object

Methods

__init__(**kwargs) Initializes a new LogAnalyticsLabelDefinition object with values from keyword arguments.

Attributes

edit_version Gets the edit_version of this LogAnalyticsLabelDefinition.
is_system Gets the is_system of this LogAnalyticsLabelDefinition.
label_name Gets the label_name of this LogAnalyticsLabelDefinition.
source_id Gets the source_id of this LogAnalyticsLabelDefinition.
__init__(**kwargs)

Initializes a new LogAnalyticsLabelDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsLabelDefinition.
  • is_system (bool) – The value to assign to the is_system property of this LogAnalyticsLabelDefinition.
  • source_id (int) – The value to assign to the source_id property of this LogAnalyticsLabelDefinition.
  • label_name (str) – The value to assign to the label_name property of this LogAnalyticsLabelDefinition.
edit_version

Gets the edit_version of this LogAnalyticsLabelDefinition. The edit version.

Returns:The edit_version of this LogAnalyticsLabelDefinition.
Return type:int
is_system

Gets the is_system of this LogAnalyticsLabelDefinition. 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 LogAnalyticsLabelDefinition.
Return type:bool
label_name

Gets the label_name of this LogAnalyticsLabelDefinition. The label name.

Returns:The label_name of this LogAnalyticsLabelDefinition.
Return type:str
source_id

Gets the source_id of this LogAnalyticsLabelDefinition. The source unique identifier.

Returns:The source_id of this LogAnalyticsLabelDefinition.
Return type:int