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