LogAnalyticsParserMetaPlugin¶
- 
class oci.log_analytics.models.LogAnalyticsParserMetaPlugin(**kwargs)¶
- Bases: - object- Methods - __init__(**kwargs)- Initializes a new LogAnalyticsParserMetaPlugin object with values from keyword arguments. - Attributes - description- Gets the description of this LogAnalyticsParserMetaPlugin. - display_name- Gets the display_name of this LogAnalyticsParserMetaPlugin. - meta_plugin_parameters- Gets the meta_plugin_parameters of this LogAnalyticsParserMetaPlugin. - name- Gets the name of this LogAnalyticsParserMetaPlugin. - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsParserMetaPlugin object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - meta_plugin_parameters (list[oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter]) – The value to assign to the meta_plugin_parameters property of this LogAnalyticsParserMetaPlugin.
- description (str) – The value to assign to the description property of this LogAnalyticsParserMetaPlugin.
- display_name (str) – The value to assign to the display_name property of this LogAnalyticsParserMetaPlugin.
- name (str) – The value to assign to the name property of this LogAnalyticsParserMetaPlugin.
 
 - 
description¶
- Gets the description of this LogAnalyticsParserMetaPlugin. The plugin description. - Returns: - The description of this LogAnalyticsParserMetaPlugin. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this LogAnalyticsParserMetaPlugin. The plugin display name. - Returns: - The display_name of this LogAnalyticsParserMetaPlugin. - Return type: - str 
 - 
meta_plugin_parameters¶
- Gets the meta_plugin_parameters of this LogAnalyticsParserMetaPlugin. An array of plugin parameters. - Returns: - The meta_plugin_parameters of this LogAnalyticsParserMetaPlugin. - Return type: - list[oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter] 
 - 
name¶
- Gets the name of this LogAnalyticsParserMetaPlugin. The plugin internal name. - Returns: - The name of this LogAnalyticsParserMetaPlugin. - Return type: - str 
 
-