UpdateLookupMetadataDetails¶
-
class
oci.log_analytics.models.
UpdateLookupMetadataDetails
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new UpdateLookupMetadataDetails object with values from keyword arguments. Attributes
categories
Gets the categories of this UpdateLookupMetadataDetails. default_match_value
Gets the default_match_value of this UpdateLookupMetadataDetails. defined_tags
Gets the defined_tags of this UpdateLookupMetadataDetails. description
Gets the description of this UpdateLookupMetadataDetails. fields
Gets the fields of this UpdateLookupMetadataDetails. freeform_tags
Gets the freeform_tags of this UpdateLookupMetadataDetails. max_matches
Gets the max_matches of this UpdateLookupMetadataDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateLookupMetadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - default_match_value (str) – The value to assign to the default_match_value property of this UpdateLookupMetadataDetails.
- description (str) – The value to assign to the description property of this UpdateLookupMetadataDetails.
- fields (list[oci.log_analytics.models.LogAnalyticsLookupFields]) – The value to assign to the fields property of this UpdateLookupMetadataDetails.
- max_matches (int) – The value to assign to the max_matches property of this UpdateLookupMetadataDetails.
- categories (list[oci.log_analytics.models.LogAnalyticsCategory]) – The value to assign to the categories property of this UpdateLookupMetadataDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateLookupMetadataDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateLookupMetadataDetails.
-
categories
¶ Gets the categories of this UpdateLookupMetadataDetails. An array of categories to assign to the lookup. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed.
Returns: The categories of this UpdateLookupMetadataDetails. Return type: list[oci.log_analytics.models.LogAnalyticsCategory]
-
default_match_value
¶ Gets the default_match_value of this UpdateLookupMetadataDetails. The default match value.
Returns: The default_match_value of this UpdateLookupMetadataDetails. Return type: str
Gets the defined_tags of this UpdateLookupMetadataDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateLookupMetadataDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateLookupMetadataDetails. The lookup description.
Returns: The description of this UpdateLookupMetadataDetails. Return type: str
-
fields
¶ Gets the fields of this UpdateLookupMetadataDetails. The lookup fields.
Returns: The fields of this UpdateLookupMetadataDetails. Return type: list[oci.log_analytics.models.LogAnalyticsLookupFields]
Gets the freeform_tags of this UpdateLookupMetadataDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateLookupMetadataDetails. Return type: dict(str, str)
-
max_matches
¶ Gets the max_matches of this UpdateLookupMetadataDetails. The maximum number of matches.
Returns: The max_matches of this UpdateLookupMetadataDetails. Return type: int
-