Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalExadataInfrastructureSummary.LicenseModel
-
Packages that use ExternalExadataInfrastructureSummary.LicenseModel Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalExadataInfrastructureSummary.LicenseModel in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalExadataInfrastructureSummary.LicenseModel Modifier and Type Method Description static ExternalExadataInfrastructureSummary.LicenseModel
ExternalExadataInfrastructureSummary.LicenseModel. create(String key)
ExternalExadataInfrastructureSummary.LicenseModel
ExternalExadataInfrastructureSummary. getLicenseModel()
The Oracle license model that applies to the database management resources.static ExternalExadataInfrastructureSummary.LicenseModel
ExternalExadataInfrastructureSummary.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalExadataInfrastructureSummary.LicenseModel[]
ExternalExadataInfrastructureSummary.LicenseModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalExadataInfrastructureSummary.LicenseModel Modifier and Type Method Description ExternalExadataInfrastructureSummary.Builder
ExternalExadataInfrastructureSummary.Builder. licenseModel(ExternalExadataInfrastructureSummary.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalExadataInfrastructureSummary.LicenseModel Constructor Description ExternalExadataInfrastructureSummary(String id, String displayName, String version, String internalId, String status, DbmResource.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> additionalDetails, ExternalExadataInfrastructureSummary.RackSize rackSize, String compartmentId, ExternalExadataInfrastructureSummary.LicenseModel licenseModel, String gridHomePath, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-