Show / Hide Table of Contents

Class OperationsInsightsConfig

The configuration of Operations Insights for the external database

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

Properties

OperationsInsightsConnectorId

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

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

OperationsInsightsStatus

Declaration
[Required(ErrorMessage = "OperationsInsightsStatus is required.")]
[JsonProperty(PropertyName = "operationsInsightsStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OperationsInsightsConfig.OperationsInsightsStatusEnum? OperationsInsightsStatus { get; set; }
Property Value
Type Description
OperationsInsightsConfig.OperationsInsightsStatusEnum?

The status of Operations Insights

Remarks

Required

In this article
Back to top