OperationalMetricsConfiguration¶
-
class
oci.logging.models.
OperationalMetricsConfiguration
(**kwargs)¶ Bases:
object
Unified monitoring agent operational metrics configuration object.
Methods
__init__
(**kwargs)Initializes a new OperationalMetricsConfiguration object with values from keyword arguments. Attributes
destination
[Required] Gets the destination of this OperationalMetricsConfiguration. source
[Required] Gets the source of this OperationalMetricsConfiguration. -
__init__
(**kwargs)¶ Initializes a new OperationalMetricsConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source (oci.logging.models.OperationalMetricsSource) – The value to assign to the source property of this OperationalMetricsConfiguration.
- destination (oci.logging.models.OperationalMetricsDestination) – The value to assign to the destination property of this OperationalMetricsConfiguration.
-
destination
¶ [Required] Gets the destination of this OperationalMetricsConfiguration.
Returns: The destination of this OperationalMetricsConfiguration. Return type: oci.logging.models.OperationalMetricsDestination
-
source
¶ [Required] Gets the source of this OperationalMetricsConfiguration.
Returns: The source of this OperationalMetricsConfiguration. Return type: oci.logging.models.OperationalMetricsSource
-