Show / Hide Table of Contents

Enum SourceType

Source Type of the resource.

  1. SM_MGMT_AGENT_MONITORED - Management agent monitored stack monitoring discovered resources.
  2. SM_REPO_ONLY - Repository only stack monitoring discovered resources.
  3. OCI_NATIVE - OCI Native resources imported from OCI Monitoring Service.
  4. PROMETHEUS - Prometheus resources imported from OCI Monitoring Service.
  5. TELEGRAF - Telegraf based resources.
  6. COLLECTD - Collectd based resources.
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public enum SourceType

Fields

Name Description
Collectd
OciNative
Prometheus
SmMgmtAgentMonitored
SmRepoOnly
Telegraf
UnknownEnumValue
In this article
Back to top