Uses of Class
com.oracle.bmc.database.model.UpdateVmClusterDetails.LicenseModel
-
Packages that use UpdateVmClusterDetails.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of UpdateVmClusterDetails.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateVmClusterDetails.LicenseModel Modifier and Type Method Description static UpdateVmClusterDetails.LicenseModel
UpdateVmClusterDetails.LicenseModel. create(String key)
UpdateVmClusterDetails.LicenseModel
UpdateVmClusterDetails. getLicenseModel()
The Oracle license model that applies to the VM cluster.static UpdateVmClusterDetails.LicenseModel
UpdateVmClusterDetails.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateVmClusterDetails.LicenseModel[]
UpdateVmClusterDetails.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 UpdateVmClusterDetails.LicenseModel Modifier and Type Method Description UpdateVmClusterDetails.Builder
UpdateVmClusterDetails.Builder. licenseModel(UpdateVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type UpdateVmClusterDetails.LicenseModel Constructor Description UpdateVmClusterDetails(Integer cpuCoreCount, Float ocpuCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, UpdateVmClusterDetails.LicenseModel licenseModel, List<String> sshPublicKeys, PatchDetails version, VmClusterUpdateDetails updateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DataCollectionOptions dataCollectionOptions, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
Deprecated.
-