Show / Hide Table of Contents

Class StackMonitoringConfig

The configuration of Stack Monitoring for the external database.

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

Properties

StackMonitoringConnectorId

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

The OCID of the {@link #createExternalDatabaseConnectorDetails(CreateExternalDatabaseConnectorDetailsRequest) createExternalDatabaseConnectorDetails}.

StackMonitoringStatus

Declaration
[Required(ErrorMessage = "StackMonitoringStatus is required.")]
[JsonProperty(PropertyName = "stackMonitoringStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public StackMonitoringConfig.StackMonitoringStatusEnum? StackMonitoringStatus { get; set; }
Property Value
Type Description
StackMonitoringConfig.StackMonitoringStatusEnum?

The status of Stack Monitoring.

Remarks

Required

In this article
Back to top