Uses of Class
com.oracle.bmc.database.model.LaunchDbSystemFromDatabaseDetails.DiskRedundancy
-
Packages that use LaunchDbSystemFromDatabaseDetails.DiskRedundancy Package Description com.oracle.bmc.database.model -
-
Uses of LaunchDbSystemFromDatabaseDetails.DiskRedundancy in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return LaunchDbSystemFromDatabaseDetails.DiskRedundancy Modifier and Type Method Description static LaunchDbSystemFromDatabaseDetails.DiskRedundancy
LaunchDbSystemFromDatabaseDetails.DiskRedundancy. create(String key)
LaunchDbSystemFromDatabaseDetails.DiskRedundancy
LaunchDbSystemFromDatabaseDetails. getDiskRedundancy()
The type of redundancy configured for the DB system.static LaunchDbSystemFromDatabaseDetails.DiskRedundancy
LaunchDbSystemFromDatabaseDetails.DiskRedundancy. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchDbSystemFromDatabaseDetails.DiskRedundancy[]
LaunchDbSystemFromDatabaseDetails.DiskRedundancy. 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 LaunchDbSystemFromDatabaseDetails.DiskRedundancy Modifier and Type Method Description LaunchDbSystemFromDatabaseDetails.Builder
LaunchDbSystemFromDatabaseDetails.Builder. diskRedundancy(LaunchDbSystemFromDatabaseDetails.DiskRedundancy diskRedundancy)
The type of redundancy configured for the DB system.Constructors in com.oracle.bmc.database.model with parameters of type LaunchDbSystemFromDatabaseDetails.DiskRedundancy Constructor Description 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, CreateDbHomeFromDatabaseDetails dbHome, LaunchDbSystemFromDatabaseDetails.DatabaseEdition databaseEdition, LaunchDbSystemFromDatabaseDetails.DiskRedundancy diskRedundancy, LaunchDbSystemFromDatabaseDetails.LicenseModel licenseModel)
Deprecated.
-