Show / Hide Table of Contents

Class MonitoringSourceSelectedNamespace

A metric namespace for the compartment-specific list.

Inheritance
object
MonitoringSourceSelectedNamespace
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class MonitoringSourceSelectedNamespace

Properties

Metrics

Declaration
[Required(ErrorMessage = "Metrics is required.")]
[JsonProperty(PropertyName = "metrics")]
public MonitoringSourceMetricDetails Metrics { get; set; }
Property Value
Type Description
MonitoringSourceMetricDetails
Remarks

Required

Namespace

Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

The source service or application to use when querying for metric data points. Must begin with oci_.
Example: oci_computeagent

Remarks

Required

In this article
Back to top