@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class LaunchDbSystemFromBackupDetails extends LaunchDbSystemBase
Used for creating a new DB system from a database backup.
Note: Objects should always be created or deserialized using the LaunchDbSystemFromBackupDetails.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the LaunchDbSystemFromBackupDetails.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LaunchDbSystemFromBackupDetails.Builder |
static class |
LaunchDbSystemFromBackupDetails.DatabaseEdition
The Oracle Database Edition that applies to all the databases on the DB system.
|
static class |
LaunchDbSystemFromBackupDetails.DiskRedundancy
The type of redundancy configured for the DB system.
|
static class |
LaunchDbSystemFromBackupDetails.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,
String shape,
String timeZone,
Boolean sparseDiskgroup,
List<String> sshPublicKeys,
String hostname,
String domain,
Integer cpuCoreCount,
String clusterName,
Integer dataStoragePercentage,
Integer initialDataStorageSizeInGB,
Integer nodeCount,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateDbHomeFromBackupDetails dbHome,
LaunchDbSystemFromBackupDetails.DatabaseEdition databaseEdition,
LaunchDbSystemFromBackupDetails.DiskRedundancy diskRedundancy,
LaunchDbSystemFromBackupDetails.LicenseModel licenseModel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LaunchDbSystemFromBackupDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
LaunchDbSystemFromBackupDetails.DatabaseEdition |
getDatabaseEdition()
The Oracle Database Edition that applies to all the databases on the DB system.
|
CreateDbHomeFromBackupDetails |
getDbHome() |
LaunchDbSystemFromBackupDetails.DiskRedundancy |
getDiskRedundancy()
The type of redundancy configured for the DB system.
|
LaunchDbSystemFromBackupDetails.LicenseModel |
getLicenseModel()
The Oracle license model that applies to all the databases on the DB system.
|
int |
hashCode() |
String |
toString() |
getAvailabilityDomain, getBackupSubnetId, getClusterName, getCompartmentId, getCpuCoreCount, getDataStoragePercentage, getDefinedTags, getDisplayName, getDomain, getFaultDomains, getFreeformTags, getHostname, getInitialDataStorageSizeInGB, getNodeCount, getShape, getSparseDiskgroup, getSshPublicKeys, getSubnetId, getTimeZone
@Deprecated public LaunchDbSystemFromBackupDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, String shape, String timeZone, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateDbHomeFromBackupDetails dbHome, LaunchDbSystemFromBackupDetails.DatabaseEdition databaseEdition, LaunchDbSystemFromBackupDetails.DiskRedundancy diskRedundancy, LaunchDbSystemFromBackupDetails.LicenseModel licenseModel)
public static LaunchDbSystemFromBackupDetails.Builder builder()
Create a new builder.
public CreateDbHomeFromBackupDetails getDbHome()
public LaunchDbSystemFromBackupDetails.DatabaseEdition getDatabaseEdition()
The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
public LaunchDbSystemFromBackupDetails.DiskRedundancy getDiskRedundancy()
The type of redundancy configured for the DB system. NORMAL 2-way redundancy, recommended for test and development systems. HIGH is 3-way redundancy, recommended for production systems.
public LaunchDbSystemFromBackupDetails.LicenseModel getLicenseModel()
The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
public String toString()
toString
in class LaunchDbSystemBase
public boolean equals(Object o)
equals
in class LaunchDbSystemBase
protected boolean canEqual(Object other)
canEqual
in class LaunchDbSystemBase
public int hashCode()
hashCode
in class LaunchDbSystemBase
Copyright © 2016–2019. All rights reserved.