Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static LaunchDbSystemFromBackupDetails.LicenseModel |
LaunchDbSystemFromBackupDetails.LicenseModel.create(String key) |
LaunchDbSystemFromBackupDetails.LicenseModel |
LaunchDbSystemFromBackupDetails.getLicenseModel()
The Oracle license model that applies to all the databases on the DB system.
|
static LaunchDbSystemFromBackupDetails.LicenseModel |
LaunchDbSystemFromBackupDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchDbSystemFromBackupDetails.LicenseModel[] |
LaunchDbSystemFromBackupDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LaunchDbSystemFromBackupDetails.Builder |
LaunchDbSystemFromBackupDetails.Builder.licenseModel(LaunchDbSystemFromBackupDetails.LicenseModel licenseModel)
The Oracle license model that applies to all the databases on the DB system.
|
Constructor and Description |
---|
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,
DataCollectionOptions dataCollectionOptions,
CreateDbHomeFromBackupDetails dbHome,
LaunchDbSystemFromBackupDetails.DatabaseEdition databaseEdition,
LaunchDbSystemFromBackupDetails.DiskRedundancy diskRedundancy,
LaunchDbSystemFromBackupDetails.LicenseModel licenseModel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.