Uses of Class
com.oracle.bmc.database.model.CreateCloudVmClusterDetails.LicenseModel
-
Packages that use CreateCloudVmClusterDetails.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of CreateCloudVmClusterDetails.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateCloudVmClusterDetails.LicenseModel Modifier and Type Method Description static CreateCloudVmClusterDetails.LicenseModel
CreateCloudVmClusterDetails.LicenseModel. create(String key)
CreateCloudVmClusterDetails.LicenseModel
CreateCloudVmClusterDetails. getLicenseModel()
The Oracle license model that applies to the cloud VM cluster.static CreateCloudVmClusterDetails.LicenseModel
CreateCloudVmClusterDetails.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateCloudVmClusterDetails.LicenseModel[]
CreateCloudVmClusterDetails.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 CreateCloudVmClusterDetails.LicenseModel Modifier and Type Method Description CreateCloudVmClusterDetails.Builder
CreateCloudVmClusterDetails.Builder. licenseModel(CreateCloudVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the cloud VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type CreateCloudVmClusterDetails.LicenseModel Constructor Description CreateCloudVmClusterDetails(String compartmentId, String subscriptionId, String subnetId, String backupSubnetId, Integer cpuCoreCount, Float ocpuCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, List<String> dbServers, String clusterName, Integer dataStoragePercentage, String displayName, String cloudExadataInfrastructureId, String hostname, String domain, List<String> sshPublicKeys, CreateCloudVmClusterDetails.LicenseModel licenseModel, Boolean isSparseDiskgroupEnabled, Boolean isLocalBackupEnabled, String timeZone, Integer scanListenerPortTcp, Integer scanListenerPortTcpSsl, String privateZoneId, List<String> nsgIds, List<String> backupNetworkNsgIds, String giVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, DataCollectionOptions dataCollectionOptions, String systemVersion, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, CreateCloudVmClusterDetails.VmClusterType vmClusterType)
Deprecated.
-