LogAnalyticsMetaSourceType

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

Bases: object

Methods

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

Attributes

built_in_parser_name Gets the built_in_parser_name of this LogAnalyticsMetaSourceType.
description Gets the description of this LogAnalyticsMetaSourceType.
display_name Gets the display_name of this LogAnalyticsMetaSourceType.
entity_display_name Gets the entity_display_name of this LogAnalyticsMetaSourceType.
entity_name Gets the entity_name of this LogAnalyticsMetaSourceType.
maximum_exclude_pattern Gets the maximum_exclude_pattern of this LogAnalyticsMetaSourceType.
maximum_include_pattern Gets the maximum_include_pattern of this LogAnalyticsMetaSourceType.
name Gets the name of this LogAnalyticsMetaSourceType.
__init__(**kwargs)

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

Parameters:
  • built_in_parser_name (str) – The value to assign to the built_in_parser_name property of this LogAnalyticsMetaSourceType.
  • description (str) – The value to assign to the description property of this LogAnalyticsMetaSourceType.
  • display_name (str) – The value to assign to the display_name property of this LogAnalyticsMetaSourceType.
  • entity_display_name (str) – The value to assign to the entity_display_name property of this LogAnalyticsMetaSourceType.
  • entity_name (str) – The value to assign to the entity_name property of this LogAnalyticsMetaSourceType.
  • name (str) – The value to assign to the name property of this LogAnalyticsMetaSourceType.
  • maximum_exclude_pattern (int) – The value to assign to the maximum_exclude_pattern property of this LogAnalyticsMetaSourceType.
  • maximum_include_pattern (int) – The value to assign to the maximum_include_pattern property of this LogAnalyticsMetaSourceType.
built_in_parser_name

Gets the built_in_parser_name of this LogAnalyticsMetaSourceType. The built in parser name.

Returns:The built_in_parser_name of this LogAnalyticsMetaSourceType.
Return type:str
description

Gets the description of this LogAnalyticsMetaSourceType. The source type description.

Returns:The description of this LogAnalyticsMetaSourceType.
Return type:str
display_name

Gets the display_name of this LogAnalyticsMetaSourceType. The source type display name.

Returns:The display_name of this LogAnalyticsMetaSourceType.
Return type:str
entity_display_name

Gets the entity_display_name of this LogAnalyticsMetaSourceType. The entity display name.

Returns:The entity_display_name of this LogAnalyticsMetaSourceType.
Return type:str
entity_name

Gets the entity_name of this LogAnalyticsMetaSourceType. The entity internal name.

Returns:The entity_name of this LogAnalyticsMetaSourceType.
Return type:str
maximum_exclude_pattern

Gets the maximum_exclude_pattern of this LogAnalyticsMetaSourceType. The maximum exclude pattern.

Returns:The maximum_exclude_pattern of this LogAnalyticsMetaSourceType.
Return type:int
maximum_include_pattern

Gets the maximum_include_pattern of this LogAnalyticsMetaSourceType. The maximum include pattern.

Returns:The maximum_include_pattern of this LogAnalyticsMetaSourceType.
Return type:int
name

Gets the name of this LogAnalyticsMetaSourceType. The source type name.

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