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. description
Gets the description of this UpdateLookupMetadataDetails. fields
Gets the fields 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.
-
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
-
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]
-
max_matches
¶ Gets the max_matches of this UpdateLookupMetadataDetails. The maximum number of matches.
Returns: The max_matches of this UpdateLookupMetadataDetails. Return type: int
-