Show / Hide Table of Contents

Class EnableCloudExadataInfrastructureManagementDetails

The details required to enable Database Management on the Exadata infrastructure.

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

Properties

LicenseModel

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

The Oracle license model that applies to the database management resources.

Remarks

Required

In this article
Back to top