Uses of Class
com.oracle.bmc.database.model.AutonomousExadataInfrastructureSummary.LicenseModel
-
Packages that use AutonomousExadataInfrastructureSummary.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousExadataInfrastructureSummary.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousExadataInfrastructureSummary.LicenseModel Modifier and Type Method Description static AutonomousExadataInfrastructureSummary.LicenseModel
AutonomousExadataInfrastructureSummary.LicenseModel. create(String key)
AutonomousExadataInfrastructureSummary.LicenseModel
AutonomousExadataInfrastructureSummary. getLicenseModel()
The Oracle license model that applies to all databases in the Autonomous Exadata Infrastructure.static AutonomousExadataInfrastructureSummary.LicenseModel
AutonomousExadataInfrastructureSummary.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousExadataInfrastructureSummary.LicenseModel[]
AutonomousExadataInfrastructureSummary.LicenseModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type AutonomousExadataInfrastructureSummary.LicenseModel Modifier and Type Method Description AutonomousExadataInfrastructureSummary.Builder
AutonomousExadataInfrastructureSummary.Builder. licenseModel(AutonomousExadataInfrastructureSummary.LicenseModel licenseModel)
The Oracle license model that applies to all databases in the Autonomous Exadata Infrastructure.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousExadataInfrastructureSummary.LicenseModel Constructor Description AutonomousExadataInfrastructureSummary(String id, String compartmentId, String displayName, String availabilityDomain, String subnetId, List<String> nsgIds, String shape, String hostname, String domain, AutonomousExadataInfrastructureSummary.LifecycleState lifecycleState, String lifecycleDetails, AutonomousExadataInfrastructureSummary.LicenseModel licenseModel, Date timeCreated, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String scanDnsName, String zoneId)
Deprecated.
-