LogAnalyticsParserMetaPluginParameter¶
-
class
oci.log_analytics.models.
LogAnalyticsParserMetaPluginParameter
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsParserMetaPluginParameter object with values from keyword arguments. Attributes
description
Gets the description of this LogAnalyticsParserMetaPluginParameter. is_mandatory
Gets the is_mandatory of this LogAnalyticsParserMetaPluginParameter. is_repeatable
Gets the is_repeatable of this LogAnalyticsParserMetaPluginParameter. name
Gets the name of this LogAnalyticsParserMetaPluginParameter. plugin_name
Gets the plugin_name of this LogAnalyticsParserMetaPluginParameter. type
Gets the type of this LogAnalyticsParserMetaPluginParameter. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsParserMetaPluginParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this LogAnalyticsParserMetaPluginParameter.
- name (str) – The value to assign to the name property of this LogAnalyticsParserMetaPluginParameter.
- is_mandatory (bool) – The value to assign to the is_mandatory property of this LogAnalyticsParserMetaPluginParameter.
- is_repeatable (bool) – The value to assign to the is_repeatable property of this LogAnalyticsParserMetaPluginParameter.
- plugin_name (str) – The value to assign to the plugin_name property of this LogAnalyticsParserMetaPluginParameter.
- type (str) – The value to assign to the type property of this LogAnalyticsParserMetaPluginParameter.
-
description
¶ Gets the description of this LogAnalyticsParserMetaPluginParameter. The parameter description.
Returns: The description of this LogAnalyticsParserMetaPluginParameter. Return type: str
-
is_mandatory
¶ Gets the is_mandatory of this LogAnalyticsParserMetaPluginParameter. A flag indicating whether or not the parameter is mandatory.
Returns: The is_mandatory of this LogAnalyticsParserMetaPluginParameter. Return type: bool
-
is_repeatable
¶ Gets the is_repeatable of this LogAnalyticsParserMetaPluginParameter. A flag indicating whether or not the parameter is repeatable.
Returns: The is_repeatable of this LogAnalyticsParserMetaPluginParameter. Return type: bool
-
name
¶ Gets the name of this LogAnalyticsParserMetaPluginParameter. The parameter internal name.
Returns: The name of this LogAnalyticsParserMetaPluginParameter. Return type: str
-
plugin_name
¶ Gets the plugin_name of this LogAnalyticsParserMetaPluginParameter. The plugin internal name.
Returns: The plugin_name of this LogAnalyticsParserMetaPluginParameter. Return type: str
-
type
¶ Gets the type of this LogAnalyticsParserMetaPluginParameter. The parameter type.
Returns: The type of this LogAnalyticsParserMetaPluginParameter. Return type: str
-