LogAnalyticsImportCustomContent

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

Bases: object

Methods

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

Attributes

change_list Gets the change_list of this LogAnalyticsImportCustomContent.
content_name Gets the content_name of this LogAnalyticsImportCustomContent.
field_names Gets the field_names of this LogAnalyticsImportCustomContent.
parser_names Gets the parser_names of this LogAnalyticsImportCustomContent.
source_names Gets the source_names of this LogAnalyticsImportCustomContent.
__init__(**kwargs)

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

Parameters:
  • parser_names (list[str]) – The value to assign to the parser_names property of this LogAnalyticsImportCustomContent.
  • source_names (list[str]) – The value to assign to the source_names property of this LogAnalyticsImportCustomContent.
  • field_names (list[str]) – The value to assign to the field_names property of this LogAnalyticsImportCustomContent.
  • change_list (oci.log_analytics.models.LogAnalyticsImportCustomChangeList) – The value to assign to the change_list property of this LogAnalyticsImportCustomContent.
  • content_name (str) – The value to assign to the content_name property of this LogAnalyticsImportCustomContent.
change_list

Gets the change_list of this LogAnalyticsImportCustomContent.

Returns:The change_list of this LogAnalyticsImportCustomContent.
Return type:oci.log_analytics.models.LogAnalyticsImportCustomChangeList
content_name

Gets the content_name of this LogAnalyticsImportCustomContent. The content name.

Returns:The content_name of this LogAnalyticsImportCustomContent.
Return type:str
field_names

Gets the field_names of this LogAnalyticsImportCustomContent. The field names.

Returns:The field_names of this LogAnalyticsImportCustomContent.
Return type:list[str]
parser_names

Gets the parser_names of this LogAnalyticsImportCustomContent. The parser names.

Returns:The parser_names of this LogAnalyticsImportCustomContent.
Return type:list[str]
source_names

Gets the source_names of this LogAnalyticsImportCustomContent. The source names.

Returns:The source_names of this LogAnalyticsImportCustomContent.
Return type:list[str]