LookupField¶
-
class
oci.log_analytics.models.
LookupField
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LookupField object with values from keyword arguments. Attributes
common_field_name
Gets the common_field_name of this LookupField. default_match_value
Gets the default_match_value of this LookupField. display_name
Gets the display_name of this LookupField. is_common_field
Gets the is_common_field of this LookupField. match_operator
Gets the match_operator of this LookupField. name
Gets the name of this LookupField. position
Gets the position of this LookupField. -
__init__
(**kwargs)¶ Initializes a new LookupField 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 LookupField.
- default_match_value (str) – The value to assign to the default_match_value property of this LookupField.
- display_name (str) – The value to assign to the display_name property of this LookupField.
- is_common_field (bool) – The value to assign to the is_common_field property of this LookupField.
- match_operator (str) – The value to assign to the match_operator property of this LookupField.
- name (str) – The value to assign to the name property of this LookupField.
- position (int) – The value to assign to the position property of this LookupField.
-
common_field_name
¶ Gets the common_field_name of this LookupField. The common field name.
Returns: The common_field_name of this LookupField. Return type: str
-
default_match_value
¶ Gets the default_match_value of this LookupField. The default match value.
Returns: The default_match_value of this LookupField. Return type: str
-
display_name
¶ Gets the display_name of this LookupField. The field display name.
Returns: The display_name of this LookupField. Return type: str
-
is_common_field
¶ Gets the is_common_field of this LookupField. A flag indicating whether or not the lookup field is a common field.
Returns: The is_common_field of this LookupField. Return type: bool
-
match_operator
¶ Gets the match_operator of this LookupField. The match operator.
Returns: The match_operator of this LookupField. Return type: str
-
name
¶ Gets the name of this LookupField. The field name.
Returns: The name of this LookupField. Return type: str
-
position
¶ Gets the position of this LookupField. THe field position.
Returns: The position of this LookupField. Return type: int
-