UnifiedAgentLoggingDestination

class oci.logging.models.UnifiedAgentLoggingDestination(**kwargs)

Bases: object

Logging destination object.

Methods

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

Attributes

log_object_id [Required] Gets the log_object_id of this UnifiedAgentLoggingDestination.
operational_metrics_configuration Gets the operational_metrics_configuration of this UnifiedAgentLoggingDestination.
__init__(**kwargs)

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

Parameters:
  • log_object_id (str) – The value to assign to the log_object_id property of this UnifiedAgentLoggingDestination.
  • operational_metrics_configuration (oci.logging.models.OperationalMetricsConfiguration) – The value to assign to the operational_metrics_configuration property of this UnifiedAgentLoggingDestination.
log_object_id

[Required] Gets the log_object_id of this UnifiedAgentLoggingDestination. The OCID of the resource.

Returns:The log_object_id of this UnifiedAgentLoggingDestination.
Return type:str
operational_metrics_configuration

Gets the operational_metrics_configuration of this UnifiedAgentLoggingDestination.

Returns:The operational_metrics_configuration of this UnifiedAgentLoggingDestination.
Return type:oci.logging.models.OperationalMetricsConfiguration