LogAnalyticsExtendedField

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

Bases: object

Methods

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

Attributes

extended_field_definition Gets the extended_field_definition of this LogAnalyticsExtendedField.
extended_field_definition_id Gets the extended_field_definition_id of this LogAnalyticsExtendedField.
extended_field_id Gets the extended_field_id of this LogAnalyticsExtendedField.
field Gets the field of this LogAnalyticsExtendedField.
field_display_name Gets the field_display_name of this LogAnalyticsExtendedField.
field_name Gets the field_name of this LogAnalyticsExtendedField.
saved_regular_expression_name Gets the saved_regular_expression_name of this LogAnalyticsExtendedField.
__init__(**kwargs)

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

Parameters:
  • field (oci.log_analytics.models.LogAnalyticsField) – The value to assign to the field property of this LogAnalyticsExtendedField.
  • extended_field_definition (oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition) – The value to assign to the extended_field_definition property of this LogAnalyticsExtendedField.
  • extended_field_definition_id (int) – The value to assign to the extended_field_definition_id property of this LogAnalyticsExtendedField.
  • field_name (str) – The value to assign to the field_name property of this LogAnalyticsExtendedField.
  • field_display_name (str) – The value to assign to the field_display_name property of this LogAnalyticsExtendedField.
  • saved_regular_expression_name (str) – The value to assign to the saved_regular_expression_name property of this LogAnalyticsExtendedField.
  • extended_field_id (int) – The value to assign to the extended_field_id property of this LogAnalyticsExtendedField.
extended_field_definition

Gets the extended_field_definition of this LogAnalyticsExtendedField.

Returns:The extended_field_definition of this LogAnalyticsExtendedField.
Return type:oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition
extended_field_definition_id

Gets the extended_field_definition_id of this LogAnalyticsExtendedField. The extended field unique identifier.

Returns:The extended_field_definition_id of this LogAnalyticsExtendedField.
Return type:int
extended_field_id

Gets the extended_field_id of this LogAnalyticsExtendedField. The extended field unique identifier.

Returns:The extended_field_id of this LogAnalyticsExtendedField.
Return type:int
field

Gets the field of this LogAnalyticsExtendedField.

Returns:The field of this LogAnalyticsExtendedField.
Return type:oci.log_analytics.models.LogAnalyticsField
field_display_name

Gets the field_display_name of this LogAnalyticsExtendedField. The field internal display name.

Returns:The field_display_name of this LogAnalyticsExtendedField.
Return type:str
field_name

Gets the field_name of this LogAnalyticsExtendedField. The field internal name

Returns:The field_name of this LogAnalyticsExtendedField.
Return type:str
saved_regular_expression_name

Gets the saved_regular_expression_name of this LogAnalyticsExtendedField. The saved regular expression name.

Returns:The saved_regular_expression_name of this LogAnalyticsExtendedField.
Return type:str