CreateLogAnalyticsEntityTypeDetails

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

Bases: object

Details for new log analytics entity type to be added.

Methods

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

Attributes

category Gets the category of this CreateLogAnalyticsEntityTypeDetails.
name [Required] Gets the name of this CreateLogAnalyticsEntityTypeDetails.
properties Gets the properties of this CreateLogAnalyticsEntityTypeDetails.
__init__(**kwargs)

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

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

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

Returns:The category of this CreateLogAnalyticsEntityTypeDetails.
Return type:str
name

[Required] Gets the name of this CreateLogAnalyticsEntityTypeDetails. Log analytics entity type name.

Returns:The name of this CreateLogAnalyticsEntityTypeDetails.
Return type:str
properties

Gets the properties of this CreateLogAnalyticsEntityTypeDetails. Log analytics entity type property definition.

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