Show / Hide Table of Contents

Class MonitoringSource

A compartment-specific list of metric namespaces to retrieve data from.

Inheritance
object
MonitoringSource
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 MonitoringSource

Properties

CompartmentId

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

The OCID of a compartment containing metric namespaces you want to use for the Monitoring source.

Remarks

Required

NamespaceDetails

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

Required

In this article
Back to top