LogAnalyticsLabelAlias

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

Bases: object

Label alias mapping view

Attributes

PRIORITY_HIGH A constant which can be used with the priority property of a LogAnalyticsLabelAlias.
PRIORITY_LOW A constant which can be used with the priority property of a LogAnalyticsLabelAlias.
PRIORITY_MEDIUM A constant which can be used with the priority property of a LogAnalyticsLabelAlias.
PRIORITY_NONE A constant which can be used with the priority property of a LogAnalyticsLabelAlias.
alias Gets the alias of this LogAnalyticsLabelAlias.
alias_display_name Gets the alias_display_name of this LogAnalyticsLabelAlias.
display_name Gets the display_name of this LogAnalyticsLabelAlias.
is_system Gets the is_system of this LogAnalyticsLabelAlias.
name Gets the name of this LogAnalyticsLabelAlias.
priority Gets the priority of this LogAnalyticsLabelAlias.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsLabelAlias object with values from keyword arguments.
PRIORITY_HIGH = 'HIGH'

A constant which can be used with the priority property of a LogAnalyticsLabelAlias. This constant has a value of “HIGH”

PRIORITY_LOW = 'LOW'

A constant which can be used with the priority property of a LogAnalyticsLabelAlias. This constant has a value of “LOW”

PRIORITY_MEDIUM = 'MEDIUM'

A constant which can be used with the priority property of a LogAnalyticsLabelAlias. This constant has a value of “MEDIUM”

PRIORITY_NONE = 'NONE'

A constant which can be used with the priority property of a LogAnalyticsLabelAlias. This constant has a value of “NONE”

__init__(**kwargs)

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

Parameters:
  • alias (str) – The value to assign to the alias property of this LogAnalyticsLabelAlias.
  • alias_display_name (str) – The value to assign to the alias_display_name property of this LogAnalyticsLabelAlias.
  • is_system (bool) – The value to assign to the is_system property of this LogAnalyticsLabelAlias.
  • display_name (str) – The value to assign to the display_name property of this LogAnalyticsLabelAlias.
  • name (str) – The value to assign to the name property of this LogAnalyticsLabelAlias.
  • priority (str) – The value to assign to the priority property of this LogAnalyticsLabelAlias. 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’.
alias

Gets the alias of this LogAnalyticsLabelAlias. The alias.

Returns:The alias of this LogAnalyticsLabelAlias.
Return type:str
alias_display_name

Gets the alias_display_name of this LogAnalyticsLabelAlias. The alias display name.

Returns:The alias_display_name of this LogAnalyticsLabelAlias.
Return type:str
display_name

Gets the display_name of this LogAnalyticsLabelAlias. The label display name.

Returns:The display_name of this LogAnalyticsLabelAlias.
Return type:str
is_system

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

Gets the name of this LogAnalyticsLabelAlias. The label name.

Returns:The name of this LogAnalyticsLabelAlias.
Return type:str
priority

Gets the priority of this LogAnalyticsLabelAlias. 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 LogAnalyticsLabelAlias.
Return type:str