LogAnalyticsLookup

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

Bases: object

Attributes

TYPE_DICTIONARY A constant which can be used with the type property of a LogAnalyticsLookup.
TYPE_LOOKUP A constant which can be used with the type property of a LogAnalyticsLookup.
TYPE_MODULE A constant which can be used with the type property of a LogAnalyticsLookup.
active_edit_version Gets the active_edit_version of this LogAnalyticsLookup.
canonical_link Gets the canonical_link of this LogAnalyticsLookup.
categories Gets the categories of this LogAnalyticsLookup.
description Gets the description of this LogAnalyticsLookup.
edit_version Gets the edit_version of this LogAnalyticsLookup.
fields Gets the fields of this LogAnalyticsLookup.
is_built_in Gets the is_built_in of this LogAnalyticsLookup.
is_hidden Gets the is_hidden of this LogAnalyticsLookup.
lookup_display_name Gets the lookup_display_name of this LogAnalyticsLookup.
lookup_reference Gets the lookup_reference of this LogAnalyticsLookup.
lookup_reference_string Gets the lookup_reference_string of this LogAnalyticsLookup.
name Gets the name of this LogAnalyticsLookup.
referring_sources Gets the referring_sources of this LogAnalyticsLookup.
status_summary Gets the status_summary of this LogAnalyticsLookup.
time_updated Gets the time_updated of this LogAnalyticsLookup.
type Gets the type of this LogAnalyticsLookup.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsLookup object with values from keyword arguments.
TYPE_DICTIONARY = 'Dictionary'

A constant which can be used with the type property of a LogAnalyticsLookup. This constant has a value of “Dictionary”

TYPE_LOOKUP = 'Lookup'

A constant which can be used with the type property of a LogAnalyticsLookup. This constant has a value of “Lookup”

TYPE_MODULE = 'Module'

A constant which can be used with the type property of a LogAnalyticsLookup. This constant has a value of “Module”

__init__(**kwargs)

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

Parameters:
  • active_edit_version (int) – The value to assign to the active_edit_version property of this LogAnalyticsLookup.
  • canonical_link (str) – The value to assign to the canonical_link property of this LogAnalyticsLookup.
  • description (str) – The value to assign to the description property of this LogAnalyticsLookup.
  • edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsLookup.
  • fields (list[oci.log_analytics.models.LookupField]) – The value to assign to the fields property of this LogAnalyticsLookup.
  • lookup_reference (int) – The value to assign to the lookup_reference property of this LogAnalyticsLookup.
  • lookup_reference_string (str) – The value to assign to the lookup_reference_string property of this LogAnalyticsLookup.
  • type (str) – The value to assign to the type property of this LogAnalyticsLookup. Allowed values for this property are: “Lookup”, “Dictionary”, “Module”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • name (str) – The value to assign to the name property of this LogAnalyticsLookup.
  • is_built_in (int) – The value to assign to the is_built_in property of this LogAnalyticsLookup.
  • is_hidden (bool) – The value to assign to the is_hidden property of this LogAnalyticsLookup.
  • lookup_display_name (str) – The value to assign to the lookup_display_name property of this LogAnalyticsLookup.
  • referring_sources (oci.log_analytics.models.AutoLookups) – The value to assign to the referring_sources property of this LogAnalyticsLookup.
  • status_summary (oci.log_analytics.models.StatusSummary) – The value to assign to the status_summary property of this LogAnalyticsLookup.
  • time_updated (datetime) – The value to assign to the time_updated property of this LogAnalyticsLookup.
  • categories (list[oci.log_analytics.models.LogAnalyticsCategory]) – The value to assign to the categories property of this LogAnalyticsLookup.
active_edit_version

Gets the active_edit_version of this LogAnalyticsLookup. The active edit version.

Returns:The active_edit_version of this LogAnalyticsLookup.
Return type:int

Gets the canonical_link of this LogAnalyticsLookup. The canonical link.

Returns:The canonical_link of this LogAnalyticsLookup.
Return type:str
categories

Gets the categories of this LogAnalyticsLookup. An array of categories assigned to this lookup. The isSystem flag denotes if each category assignment is user-created or Oracle-defined.

Returns:The categories of this LogAnalyticsLookup.
Return type:list[oci.log_analytics.models.LogAnalyticsCategory]
description

Gets the description of this LogAnalyticsLookup. The lookup description.

Returns:The description of this LogAnalyticsLookup.
Return type:str
edit_version

Gets the edit_version of this LogAnalyticsLookup. The edit version.

Returns:The edit_version of this LogAnalyticsLookup.
Return type:int
fields

Gets the fields of this LogAnalyticsLookup. The lookup fields.

Returns:The fields of this LogAnalyticsLookup.
Return type:list[oci.log_analytics.models.LookupField]
is_built_in

Gets the is_built_in of this LogAnalyticsLookup. A flag indicating if the lookup is custom (user-defined) or built in.

Returns:The is_built_in of this LogAnalyticsLookup.
Return type:int
is_hidden

Gets the is_hidden of this LogAnalyticsLookup. A flag indicating if the lookup is hidden or not. A hidden lookup will not be returned in list operations by default.

Returns:The is_hidden of this LogAnalyticsLookup.
Return type:bool
lookup_display_name

Gets the lookup_display_name of this LogAnalyticsLookup. The lookup display name.

Returns:The lookup_display_name of this LogAnalyticsLookup.
Return type:str
lookup_reference

Gets the lookup_reference of this LogAnalyticsLookup. The lookup reference as an integer.

Returns:The lookup_reference of this LogAnalyticsLookup.
Return type:int
lookup_reference_string

Gets the lookup_reference_string of this LogAnalyticsLookup. The lookup reference as a string.

Returns:The lookup_reference_string of this LogAnalyticsLookup.
Return type:str
name

Gets the name of this LogAnalyticsLookup. The lookup name.

Returns:The name of this LogAnalyticsLookup.
Return type:str
referring_sources

Gets the referring_sources of this LogAnalyticsLookup.

Returns:The referring_sources of this LogAnalyticsLookup.
Return type:oci.log_analytics.models.AutoLookups
status_summary

Gets the status_summary of this LogAnalyticsLookup.

Returns:The status_summary of this LogAnalyticsLookup.
Return type:oci.log_analytics.models.StatusSummary
time_updated

Gets the time_updated of this LogAnalyticsLookup. The last updated date.

Returns:The time_updated of this LogAnalyticsLookup.
Return type:datetime
type

Gets the type of this LogAnalyticsLookup. The lookup type. Valid values are Lookup, Dictionary or Module.

Allowed values for this property are: “Lookup”, “Dictionary”, “Module”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this LogAnalyticsLookup.
Return type:str