LogAnalyticsLookupFields

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

Bases: object

Methods

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

Attributes

common_field_name Gets the common_field_name of this LogAnalyticsLookupFields.
default_match_value Gets the default_match_value of this LogAnalyticsLookupFields.
display_name Gets the display_name of this LogAnalyticsLookupFields.
is_common_field Gets the is_common_field of this LogAnalyticsLookupFields.
match_operator Gets the match_operator of this LogAnalyticsLookupFields.
name Gets the name of this LogAnalyticsLookupFields.
position Gets the position of this LogAnalyticsLookupFields.
__init__(**kwargs)

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

Parameters:
  • common_field_name (str) – The value to assign to the common_field_name property of this LogAnalyticsLookupFields.
  • default_match_value (str) – The value to assign to the default_match_value property of this LogAnalyticsLookupFields.
  • display_name (str) – The value to assign to the display_name property of this LogAnalyticsLookupFields.
  • is_common_field (bool) – The value to assign to the is_common_field property of this LogAnalyticsLookupFields.
  • match_operator (str) – The value to assign to the match_operator property of this LogAnalyticsLookupFields.
  • name (str) – The value to assign to the name property of this LogAnalyticsLookupFields.
  • position (int) – The value to assign to the position property of this LogAnalyticsLookupFields.
common_field_name

Gets the common_field_name of this LogAnalyticsLookupFields. The common field name.

Returns:The common_field_name of this LogAnalyticsLookupFields.
Return type:str
default_match_value

Gets the default_match_value of this LogAnalyticsLookupFields. The default match value.

Returns:The default_match_value of this LogAnalyticsLookupFields.
Return type:str
display_name

Gets the display_name of this LogAnalyticsLookupFields. The display name.

Returns:The display_name of this LogAnalyticsLookupFields.
Return type:str
is_common_field

Gets the is_common_field of this LogAnalyticsLookupFields. A flag indicating whether or not the field is a common field.

Returns:The is_common_field of this LogAnalyticsLookupFields.
Return type:bool
match_operator

Gets the match_operator of this LogAnalyticsLookupFields. The match operator.

Returns:The match_operator of this LogAnalyticsLookupFields.
Return type:str
name

Gets the name of this LogAnalyticsLookupFields. The field name.

Returns:The name of this LogAnalyticsLookupFields.
Return type:str
position

Gets the position of this LogAnalyticsLookupFields. The position.

Returns:The position of this LogAnalyticsLookupFields.
Return type:int