LogAnalyticsImportCustomChangeList

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

Bases: object

Methods

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

Attributes

conflict_field_display_names Gets the conflict_field_display_names of this LogAnalyticsImportCustomChangeList.
conflict_parser_names Gets the conflict_parser_names of this LogAnalyticsImportCustomChangeList.
conflict_source_names Gets the conflict_source_names of this LogAnalyticsImportCustomChangeList.
created_field_display_names Gets the created_field_display_names of this LogAnalyticsImportCustomChangeList.
created_parser_names Gets the created_parser_names of this LogAnalyticsImportCustomChangeList.
created_source_names Gets the created_source_names of this LogAnalyticsImportCustomChangeList.
updated_field_display_names Gets the updated_field_display_names of this LogAnalyticsImportCustomChangeList.
updated_parser_names Gets the updated_parser_names of this LogAnalyticsImportCustomChangeList.
updated_source_names Gets the updated_source_names of this LogAnalyticsImportCustomChangeList.
__init__(**kwargs)

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

Parameters:
  • created_parser_names (list[str]) – The value to assign to the created_parser_names property of this LogAnalyticsImportCustomChangeList.
  • updated_parser_names (list[str]) – The value to assign to the updated_parser_names property of this LogAnalyticsImportCustomChangeList.
  • created_source_names (list[str]) – The value to assign to the created_source_names property of this LogAnalyticsImportCustomChangeList.
  • updated_source_names (list[str]) – The value to assign to the updated_source_names property of this LogAnalyticsImportCustomChangeList.
  • created_field_display_names (list[str]) – The value to assign to the created_field_display_names property of this LogAnalyticsImportCustomChangeList.
  • updated_field_display_names (list[str]) – The value to assign to the updated_field_display_names property of this LogAnalyticsImportCustomChangeList.
  • conflict_parser_names (list[str]) – The value to assign to the conflict_parser_names property of this LogAnalyticsImportCustomChangeList.
  • conflict_source_names (list[str]) – The value to assign to the conflict_source_names property of this LogAnalyticsImportCustomChangeList.
  • conflict_field_display_names (list[str]) – The value to assign to the conflict_field_display_names property of this LogAnalyticsImportCustomChangeList.
conflict_field_display_names

Gets the conflict_field_display_names of this LogAnalyticsImportCustomChangeList. A list of field display names with conflicts.

Returns:The conflict_field_display_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
conflict_parser_names

Gets the conflict_parser_names of this LogAnalyticsImportCustomChangeList. A list of parser names with conflicts.

Returns:The conflict_parser_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
conflict_source_names

Gets the conflict_source_names of this LogAnalyticsImportCustomChangeList. A list of source names with conflicts.

Returns:The conflict_source_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
created_field_display_names

Gets the created_field_display_names of this LogAnalyticsImportCustomChangeList. An array of created field display names.

Returns:The created_field_display_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
created_parser_names

Gets the created_parser_names of this LogAnalyticsImportCustomChangeList. An array of created parser names.

Returns:The created_parser_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
created_source_names

Gets the created_source_names of this LogAnalyticsImportCustomChangeList. An array of created source names.

Returns:The created_source_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
updated_field_display_names

Gets the updated_field_display_names of this LogAnalyticsImportCustomChangeList. An array of updated field display names.

Returns:The updated_field_display_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
updated_parser_names

Gets the updated_parser_names of this LogAnalyticsImportCustomChangeList. An array of updated parser names.

Returns:The updated_parser_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]
updated_source_names

Gets the updated_source_names of this LogAnalyticsImportCustomChangeList. An array of updated source names.

Returns:The updated_source_names of this LogAnalyticsImportCustomChangeList.
Return type:list[str]