Uses of Class
com.oracle.bmc.database.model.LaunchDbSystemBase.ComputeModel
-
Packages that use LaunchDbSystemBase.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of LaunchDbSystemBase.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return LaunchDbSystemBase.ComputeModel Modifier and Type Method Description static LaunchDbSystemBase.ComputeModel
LaunchDbSystemBase.ComputeModel. create(String key)
LaunchDbSystemBase.ComputeModel
LaunchDbSystemBase. getComputeModel()
The compute model for Base Database Service.static LaunchDbSystemBase.ComputeModel
LaunchDbSystemBase.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchDbSystemBase.ComputeModel[]
LaunchDbSystemBase.ComputeModel. 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 LaunchDbSystemBase.ComputeModel Modifier and Type Method Description LaunchDbSystemDetails.Builder
LaunchDbSystemDetails.Builder. computeModel(LaunchDbSystemBase.ComputeModel computeModel)
LaunchDbSystemFromBackupDetails.Builder
LaunchDbSystemFromBackupDetails.Builder. computeModel(LaunchDbSystemBase.ComputeModel computeModel)
LaunchDbSystemFromDatabaseDetails.Builder
LaunchDbSystemFromDatabaseDetails.Builder. computeModel(LaunchDbSystemBase.ComputeModel computeModel)
LaunchDbSystemFromDbSystemDetails.Builder
LaunchDbSystemFromDbSystemDetails.Builder. computeModel(LaunchDbSystemBase.ComputeModel computeModel)
Constructors in com.oracle.bmc.database.model with parameters of type LaunchDbSystemBase.ComputeModel Constructor Description LaunchDbSystemBase(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount)
Deprecated.LaunchDbSystemDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, CreateDbHomeDetails dbHome, LaunchDbSystemDetails.DatabaseEdition databaseEdition, LaunchDbSystemDetails.DiskRedundancy diskRedundancy, LaunchDbSystemDetails.LicenseModel licenseModel, MaintenanceWindow maintenanceWindowDetails)
Deprecated.LaunchDbSystemFromBackupDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, CreateDbHomeFromBackupDetails dbHome, LaunchDbSystemFromBackupDetails.DatabaseEdition databaseEdition, LaunchDbSystemFromBackupDetails.DiskRedundancy diskRedundancy, LaunchDbSystemFromBackupDetails.LicenseModel licenseModel)
Deprecated.LaunchDbSystemFromDatabaseDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, CreateDbHomeFromDatabaseDetails dbHome, LaunchDbSystemFromDatabaseDetails.DatabaseEdition databaseEdition, LaunchDbSystemFromDatabaseDetails.DiskRedundancy diskRedundancy, LaunchDbSystemFromDatabaseDetails.LicenseModel licenseModel)
Deprecated.LaunchDbSystemFromDbSystemDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, String sourceDbSystemId, CreateDbHomeFromDbSystemDetails dbHome, LaunchDbSystemFromDbSystemDetails.LicenseModel licenseModel)
Deprecated.
-