ExportContent¶
-
class
oci.log_analytics.models.
ExportContent
(**kwargs)¶ Bases:
object
The content to export.
Methods
__init__
(**kwargs)Initializes a new ExportContent object with values from keyword arguments. Attributes
field_names
Gets the field_names of this ExportContent. parser_names
Gets the parser_names of this ExportContent. source_names
Gets the source_names of this ExportContent. -
__init__
(**kwargs)¶ Initializes a new ExportContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - field_names (list[str]) – The value to assign to the field_names property of this ExportContent.
- parser_names (list[str]) – The value to assign to the parser_names property of this ExportContent.
- source_names (list[str]) – The value to assign to the source_names property of this ExportContent.
-
field_names
¶ Gets the field_names of this ExportContent. The field names.
Returns: The field_names of this ExportContent. Return type: list[str]
-
parser_names
¶ Gets the parser_names of this ExportContent. The parser names.
Returns: The parser_names of this ExportContent. Return type: list[str]
-
source_names
¶ Gets the source_names of this ExportContent. The source names.
Returns: The source_names of this ExportContent. Return type: list[str]
-