Show / Hide Table of Contents

Class MonitoringSourceDetails

The Monitoring source. For configuration instructions, see Creating a Connector with a Monitoring Source.

Inheritance
object
SourceDetails
MonitoringSourceDetails
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 MonitoringSourceDetails : SourceDetails

Properties

MonitoringSources

Declaration
[Required(ErrorMessage = "MonitoringSources is required.")]
[JsonProperty(PropertyName = "monitoringSources")]
public List<MonitoringSource> MonitoringSources { get; set; }
Property Value
Type Description
List<MonitoringSource>

One or more compartment-specific lists of metric namespaces to retrieve data from.

Remarks

Required

In this article
Back to top