UnifiedAgentMonitoringDestination¶
-
class
oci.logging.models.
UnifiedAgentMonitoringDestination
(**kwargs)¶ Bases:
object
Kubernetes destination object.
Methods
__init__
(**kwargs)Initializes a new UnifiedAgentMonitoringDestination object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this UnifiedAgentMonitoringDestination. metrics_namespace
[Required] Gets the metrics_namespace of this UnifiedAgentMonitoringDestination. -
__init__
(**kwargs)¶ Initializes a new UnifiedAgentMonitoringDestination object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this UnifiedAgentMonitoringDestination.
- metrics_namespace (str) – The value to assign to the metrics_namespace property of this UnifiedAgentMonitoringDestination.
-
compartment_id
¶ [Required] Gets the compartment_id of this UnifiedAgentMonitoringDestination. The OCID of the compartment that the resource belongs to.
Returns: The compartment_id of this UnifiedAgentMonitoringDestination. Return type: str
-
metrics_namespace
¶ [Required] Gets the metrics_namespace of this UnifiedAgentMonitoringDestination. Namespace to which metrics will be emitted.
Returns: The metrics_namespace of this UnifiedAgentMonitoringDestination. Return type: str
-