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