MonitoringSourceSelectedNamespace¶
- 
class oci.sch.models.MonitoringSourceSelectedNamespace(**kwargs)¶
- Bases: - object- A metric namespace for the compartment-specific list. - Methods - __init__(**kwargs)- Initializes a new MonitoringSourceSelectedNamespace object with values from keyword arguments. - Attributes - metrics- [Required] Gets the metrics of this MonitoringSourceSelectedNamespace. - namespace- [Required] Gets the namespace of this MonitoringSourceSelectedNamespace. - 
__init__(**kwargs)¶
- Initializes a new MonitoringSourceSelectedNamespace object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - namespace (str) – The value to assign to the namespace property of this MonitoringSourceSelectedNamespace.
- metrics (oci.sch.models.MonitoringSourceMetricDetails) – The value to assign to the metrics property of this MonitoringSourceSelectedNamespace.
 
 - 
metrics¶
- [Required] Gets the metrics of this MonitoringSourceSelectedNamespace. - Returns: - The metrics of this MonitoringSourceSelectedNamespace. - Return type: - oci.sch.models.MonitoringSourceMetricDetails 
 - 
namespace¶
- [Required] Gets the namespace of this MonitoringSourceSelectedNamespace. The source service or application to use when querying for metric data points. Must begin with oci_. - Example: oci_computeagent - Returns: - The namespace of this MonitoringSourceSelectedNamespace. - Return type: - str 
 
-