EntityTypeProperty

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

Bases: object

Properties used in file patterns specified in log sources.

Methods

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

Attributes

description Gets the description of this EntityTypeProperty.
name [Required] Gets the name of this EntityTypeProperty.
__init__(**kwargs)

Initializes a new EntityTypeProperty 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 EntityTypeProperty.
  • description (str) – The value to assign to the description property of this EntityTypeProperty.
description

Gets the description of this EntityTypeProperty. Description for the log analytics entity type property.

Returns:The description of this EntityTypeProperty.
Return type:str
name

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

Returns:The name of this EntityTypeProperty.
Return type:str