UpdateLogAnalyticsEntityTypeDetails

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

Bases: object

Log analytics entity type definition to be updated.

Methods

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

Attributes

category Gets the category of this UpdateLogAnalyticsEntityTypeDetails.
properties Gets the properties of this UpdateLogAnalyticsEntityTypeDetails.
__init__(**kwargs)

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

Parameters:
  • category (str) – The value to assign to the category property of this UpdateLogAnalyticsEntityTypeDetails.
  • properties (list[oci.log_analytics.models.EntityTypeProperty]) – The value to assign to the properties property of this UpdateLogAnalyticsEntityTypeDetails.
category

Gets the category of this UpdateLogAnalyticsEntityTypeDetails. Log analytics entity type category. Category will be used for grouping and filtering.

Returns:The category of this UpdateLogAnalyticsEntityTypeDetails.
Return type:str
properties

Gets the properties of this UpdateLogAnalyticsEntityTypeDetails. A single log analytics entity type property definition.

Returns:The properties of this UpdateLogAnalyticsEntityTypeDetails.
Return type:list[oci.log_analytics.models.EntityTypeProperty]