LogAnalyticsMetaFunctionArgument

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

Bases: object

Methods

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

Attributes

argument_data_type Gets the argument_data_type of this LogAnalyticsMetaFunctionArgument.
argument_description Gets the argument_description of this LogAnalyticsMetaFunctionArgument.
argument_display_name Gets the argument_display_name of this LogAnalyticsMetaFunctionArgument.
argument_example Gets the argument_example of this LogAnalyticsMetaFunctionArgument.
argument_id Gets the argument_id of this LogAnalyticsMetaFunctionArgument.
argument_lookup_column Gets the argument_lookup_column of this LogAnalyticsMetaFunctionArgument.
argument_lookup_column_position Gets the argument_lookup_column_position of this LogAnalyticsMetaFunctionArgument.
argument_name Gets the argument_name of this LogAnalyticsMetaFunctionArgument.
argument_order Gets the argument_order of this LogAnalyticsMetaFunctionArgument.
argument_reference Gets the argument_reference of this LogAnalyticsMetaFunctionArgument.
argument_service Gets the argument_service of this LogAnalyticsMetaFunctionArgument.
argument_type Gets the argument_type of this LogAnalyticsMetaFunctionArgument.
argument_value Gets the argument_value of this LogAnalyticsMetaFunctionArgument.
is_override_output_fields Gets the is_override_output_fields of this LogAnalyticsMetaFunctionArgument.
__init__(**kwargs)

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

Parameters:
  • is_override_output_fields (bool) – The value to assign to the is_override_output_fields property of this LogAnalyticsMetaFunctionArgument.
  • argument_display_name (str) – The value to assign to the argument_display_name property of this LogAnalyticsMetaFunctionArgument.
  • argument_example (str) – The value to assign to the argument_example property of this LogAnalyticsMetaFunctionArgument.
  • argument_service (str) – The value to assign to the argument_service property of this LogAnalyticsMetaFunctionArgument.
  • argument_data_type (str) – The value to assign to the argument_data_type property of this LogAnalyticsMetaFunctionArgument.
  • argument_description (str) – The value to assign to the argument_description property of this LogAnalyticsMetaFunctionArgument.
  • argument_name (str) – The value to assign to the argument_name property of this LogAnalyticsMetaFunctionArgument.
  • argument_order (int) – The value to assign to the argument_order property of this LogAnalyticsMetaFunctionArgument.
  • argument_type (int) – The value to assign to the argument_type property of this LogAnalyticsMetaFunctionArgument.
  • argument_id (int) – The value to assign to the argument_id property of this LogAnalyticsMetaFunctionArgument.
  • argument_lookup_column (str) – The value to assign to the argument_lookup_column property of this LogAnalyticsMetaFunctionArgument.
  • argument_lookup_column_position (int) – The value to assign to the argument_lookup_column_position property of this LogAnalyticsMetaFunctionArgument.
  • argument_value (str) – The value to assign to the argument_value property of this LogAnalyticsMetaFunctionArgument.
  • argument_reference (str) – The value to assign to the argument_reference property of this LogAnalyticsMetaFunctionArgument.
argument_data_type

Gets the argument_data_type of this LogAnalyticsMetaFunctionArgument. The argument data type.

Returns:The argument_data_type of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_description

Gets the argument_description of this LogAnalyticsMetaFunctionArgument. The argument description.

Returns:The argument_description of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_display_name

Gets the argument_display_name of this LogAnalyticsMetaFunctionArgument. The argument display name.

Returns:The argument_display_name of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_example

Gets the argument_example of this LogAnalyticsMetaFunctionArgument. The argument example.

Returns:The argument_example of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_id

Gets the argument_id of this LogAnalyticsMetaFunctionArgument. The argument unique identifier.

Returns:The argument_id of this LogAnalyticsMetaFunctionArgument.
Return type:int
argument_lookup_column

Gets the argument_lookup_column of this LogAnalyticsMetaFunctionArgument. The lookup column.

Returns:The argument_lookup_column of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_lookup_column_position

Gets the argument_lookup_column_position of this LogAnalyticsMetaFunctionArgument. The lookup column position.

Returns:The argument_lookup_column_position of this LogAnalyticsMetaFunctionArgument.
Return type:int
argument_name

Gets the argument_name of this LogAnalyticsMetaFunctionArgument. The argument name.

Returns:The argument_name of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_order

Gets the argument_order of this LogAnalyticsMetaFunctionArgument. The argument order.

Returns:The argument_order of this LogAnalyticsMetaFunctionArgument.
Return type:int
argument_reference

Gets the argument_reference of this LogAnalyticsMetaFunctionArgument. The argument unique identifier as a string.

Returns:The argument_reference of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_service

Gets the argument_service of this LogAnalyticsMetaFunctionArgument. The argument service.

Returns:The argument_service of this LogAnalyticsMetaFunctionArgument.
Return type:str
argument_type

Gets the argument_type of this LogAnalyticsMetaFunctionArgument. The argument type.

Returns:The argument_type of this LogAnalyticsMetaFunctionArgument.
Return type:int
argument_value

Gets the argument_value of this LogAnalyticsMetaFunctionArgument. The argument value.

Returns:The argument_value of this LogAnalyticsMetaFunctionArgument.
Return type:str
is_override_output_fields

Gets the is_override_output_fields of this LogAnalyticsMetaFunctionArgument. The override output fields.

Returns:The is_override_output_fields of this LogAnalyticsMetaFunctionArgument.
Return type:bool