Enum CreateAutonomousDatabaseBase.LicenseModel

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<CreateAutonomousDatabaseBase.LicenseModel>
    Enclosing class:
    CreateAutonomousDatabaseBase

    public static enum CreateAutonomousDatabaseBase.LicenseModel
    extends Enum<CreateAutonomousDatabaseBase.LicenseModel>
    implements BmcEnum
    The Oracle license model that applies to the Oracle Autonomous Database.

    Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to BRING_YOUR_OWN_LICENSE. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.

    This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.