LogAnalyticsSourceMetadataField¶
-
class
oci.log_analytics.models.
LogAnalyticsSourceMetadataField
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsSourceMetadataField object with values from keyword arguments. Attributes
field_name
Gets the field_name of this LogAnalyticsSourceMetadataField. is_enabled
Gets the is_enabled of this LogAnalyticsSourceMetadataField. is_system
Gets the is_system of this LogAnalyticsSourceMetadataField. key
Gets the key of this LogAnalyticsSourceMetadataField. source_name
Gets the source_name of this LogAnalyticsSourceMetadataField. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsSourceMetadataField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - field_name (str) – The value to assign to the field_name property of this LogAnalyticsSourceMetadataField.
- is_enabled (bool) – The value to assign to the is_enabled property of this LogAnalyticsSourceMetadataField.
- is_system (bool) – The value to assign to the is_system property of this LogAnalyticsSourceMetadataField.
- key (str) – The value to assign to the key property of this LogAnalyticsSourceMetadataField.
- source_name (str) – The value to assign to the source_name property of this LogAnalyticsSourceMetadataField.
-
field_name
¶ Gets the field_name of this LogAnalyticsSourceMetadataField. The field internal name.
Returns: The field_name of this LogAnalyticsSourceMetadataField. Return type: str
-
is_enabled
¶ Gets the is_enabled of this LogAnalyticsSourceMetadataField. A flag inidcating whether or not the source metadata field is enabled.
Returns: The is_enabled of this LogAnalyticsSourceMetadataField. Return type: bool
-
is_system
¶ Gets the is_system of this LogAnalyticsSourceMetadataField. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
Returns: The is_system of this LogAnalyticsSourceMetadataField. Return type: bool
-
key
¶ Gets the key of this LogAnalyticsSourceMetadataField. The key.
Returns: The key of this LogAnalyticsSourceMetadataField. Return type: str
-
source_name
¶ Gets the source_name of this LogAnalyticsSourceMetadataField. The source internal name.
Returns: The source_name of this LogAnalyticsSourceMetadataField. Return type: str
-