Class AutonomousDatabaseInsightSummary
Summary of a database insight resource.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AutonomousDatabaseInsightSummary : DatabaseInsightSummary
Properties
DatabaseResourceType
Declaration
[JsonProperty(PropertyName = "databaseResourceType")]
public string DatabaseResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | OCI database resource type |
IsAdvancedFeaturesEnabled
Declaration
[JsonProperty(PropertyName = "isAdvancedFeaturesEnabled")]
public bool? IsAdvancedFeaturesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Flag is to identify if advanced features for autonomous database is enabled or not |