Class ExternalDbSystemStackMonitoringConfigDetails
The configuration details of Stack Monitoring for an external DB system.
Inherited Members
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. |