Show / Hide Table of Contents

Class DatabaseDiagnosticsAndManagementFeatureDetails

The details required to enable the Diagnostics and Management feature.

Inheritance
object
DatabaseFeatureDetails
DatabaseDiagnosticsAndManagementFeatureDetails
Inherited Members
DatabaseFeatureDetails.DatabaseConnectionDetails
DatabaseFeatureDetails.ConnectorDetails
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 DatabaseDiagnosticsAndManagementFeatureDetails : DatabaseFeatureDetails

Properties

CanEnableAllCurrentPdbs

Declaration
[JsonProperty(PropertyName = "canEnableAllCurrentPdbs")]
public bool? CanEnableAllCurrentPdbs { get; set; }
Property Value
Type Description
bool?

IsAutoEnablePluggableDatabase

Declaration
[JsonProperty(PropertyName = "isAutoEnablePluggableDatabase")]
public bool? IsAutoEnablePluggableDatabase { get; set; }
Property Value
Type Description
bool?

ManagementType

Declaration
[Required(ErrorMessage = "ManagementType is required.")]
[JsonProperty(PropertyName = "managementType")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseDiagnosticsAndManagementFeatureDetails.ManagementTypeEnum? ManagementType { get; set; }
Property Value
Type Description
DatabaseDiagnosticsAndManagementFeatureDetails.ManagementTypeEnum?

The management type for the database.

Remarks

Required

In this article
Back to top