Show / Hide Table of Contents

Class ExternalDbSystemDatabaseManagementConfigDetails

The details required to enable Database Management for an external DB system.

Inheritance
object
ExternalDbSystemDatabaseManagementConfigDetails
Inherited Members
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 ExternalDbSystemDatabaseManagementConfigDetails

Properties

LicenseModel

Declaration
[Required(ErrorMessage = "LicenseModel is required.")]
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExternalDbSystemDatabaseManagementConfigDetails.LicenseModelEnum? LicenseModel { get; set; }
Property Value
Type Description
ExternalDbSystemDatabaseManagementConfigDetails.LicenseModelEnum?

The Oracle license model that applies to the external database.

Remarks

Required

In this article
Back to top