Show / Hide Table of Contents

Class ExternalDbSystemStackMonitoringConfigDetails

The configuration details of Stack Monitoring for an external DB system.

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

Properties

IsEnabled

Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

The status of the associated service.

Remarks

Required

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public string Metadata { get; set; }
Property Value
Type Description
string

The associated service-specific inputs in JSON string format, which Database Management can identify.

In this article
Back to top