LogAnalyticsMetaFunction¶
- 
class oci.log_analytics.models.LogAnalyticsMetaFunction(**kwargs)¶
- Bases: - object- Methods - __init__(**kwargs)- Initializes a new LogAnalyticsMetaFunction object with values from keyword arguments. - Attributes - component- Gets the component of this LogAnalyticsMetaFunction. - description- Gets the description of this LogAnalyticsMetaFunction. - edit_version- Gets the edit_version of this LogAnalyticsMetaFunction. - java_class_name- Gets the java_class_name of this LogAnalyticsMetaFunction. - meta_function_argument- Gets the meta_function_argument of this LogAnalyticsMetaFunction. - meta_function_id- Gets the meta_function_id of this LogAnalyticsMetaFunction. - name- Gets the name of this LogAnalyticsMetaFunction. - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsMetaFunction object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - meta_function_argument (list[oci.log_analytics.models.LogAnalyticsMetaFunctionArgument]) – The value to assign to the meta_function_argument property of this LogAnalyticsMetaFunction.
- component (str) – The value to assign to the component property of this LogAnalyticsMetaFunction.
- description (str) – The value to assign to the description property of this LogAnalyticsMetaFunction.
- edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsMetaFunction.
- meta_function_id (int) – The value to assign to the meta_function_id property of this LogAnalyticsMetaFunction.
- java_class_name (str) – The value to assign to the java_class_name property of this LogAnalyticsMetaFunction.
- name (str) – The value to assign to the name property of this LogAnalyticsMetaFunction.
 
 - 
component¶
- Gets the component of this LogAnalyticsMetaFunction. The component. - Returns: - The component of this LogAnalyticsMetaFunction. - Return type: - str 
 - 
description¶
- Gets the description of this LogAnalyticsMetaFunction. The description. - Returns: - The description of this LogAnalyticsMetaFunction. - Return type: - str 
 - 
edit_version¶
- Gets the edit_version of this LogAnalyticsMetaFunction. The edit version. - Returns: - The edit_version of this LogAnalyticsMetaFunction. - Return type: - int 
 - 
java_class_name¶
- Gets the java_class_name of this LogAnalyticsMetaFunction. The java class name. - Returns: - The java_class_name of this LogAnalyticsMetaFunction. - Return type: - str 
 - 
meta_function_argument¶
- Gets the meta_function_argument of this LogAnalyticsMetaFunction. An array of meta function arguments. - Returns: - The meta_function_argument of this LogAnalyticsMetaFunction. - Return type: - list[oci.log_analytics.models.LogAnalyticsMetaFunctionArgument] 
 - 
meta_function_id¶
- Gets the meta_function_id of this LogAnalyticsMetaFunction. The meta function unique identifier. - Returns: - The meta_function_id of this LogAnalyticsMetaFunction. - Return type: - int 
 - 
name¶
- Gets the name of this LogAnalyticsMetaFunction. The meta function name. - Returns: - The name of this LogAnalyticsMetaFunction. - Return type: - str 
 
-