LogAnalyticsFieldUsages¶
-
class
oci.log_analytics.models.
LogAnalyticsFieldUsages
(**kwargs)¶ Bases:
object
Contains information about resources such as parsers and sources that use the field.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsFieldUsages object with values from keyword arguments. Attributes
dependent_parsers
[Required] Gets the dependent_parsers of this LogAnalyticsFieldUsages. dependent_sources
[Required] Gets the dependent_sources of this LogAnalyticsFieldUsages. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsFieldUsages object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - dependent_parsers (list[oci.log_analytics.models.DependentParser]) – The value to assign to the dependent_parsers property of this LogAnalyticsFieldUsages.
- dependent_sources (list[oci.log_analytics.models.DependentSource]) – The value to assign to the dependent_sources property of this LogAnalyticsFieldUsages.
-
dependent_parsers
¶ [Required] Gets the dependent_parsers of this LogAnalyticsFieldUsages. Parsers that depend on or use the field.
Returns: The dependent_parsers of this LogAnalyticsFieldUsages. Return type: list[oci.log_analytics.models.DependentParser]
-
dependent_sources
¶ [Required] Gets the dependent_sources of this LogAnalyticsFieldUsages. Sources that depend on or use the field.
Returns: The dependent_sources of this LogAnalyticsFieldUsages. Return type: list[oci.log_analytics.models.DependentSource]
-