@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class LaunchDbSystemFromDbSystemDetails extends LaunchDbSystemBase
Used for creating a new database system by cloning an existing DB system.
LaunchDbSystemFromDbSystemDetails.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 LaunchDbSystemFromDbSystemDetails.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 |
LaunchDbSystemFromDbSystemDetails.Builder |
static class |
LaunchDbSystemFromDbSystemDetails.LicenseModel
The Oracle license model that applies to all the databases on the DB system.
|
LaunchDbSystemBase.Source, LaunchDbSystemBase.StorageVolumePerformanceMode
Constructor and Description |
---|
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,
String privateIp,
String sourceDbSystemId,
CreateDbHomeFromDbSystemDetails dbHome,
LaunchDbSystemFromDbSystemDetails.LicenseModel licenseModel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LaunchDbSystemFromDbSystemDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
CreateDbHomeFromDbSystemDetails |
getDbHome() |
LaunchDbSystemFromDbSystemDetails.LicenseModel |
getLicenseModel()
The Oracle license model that applies to all the databases on the DB system.
|
String |
getSourceDbSystemId()
The OCID of the DB system.
|
int |
hashCode() |
LaunchDbSystemFromDbSystemDetails.Builder |
toBuilder() |
String |
toString() |
getAvailabilityDomain, getBackupNetworkNsgIds, getBackupSubnetId, getClusterName, getCompartmentId, getCpuCoreCount, getDataStoragePercentage, getDbSystemOptions, getDefinedTags, getDisplayName, getDomain, getFaultDomains, getFreeformTags, getHostname, getInitialDataStorageSizeInGB, getKmsKeyId, getKmsKeyVersionId, getNodeCount, getNsgIds, getPrivateIp, getShape, getSparseDiskgroup, getSshPublicKeys, getStorageVolumePerformanceMode, getSubnetId, getTimeZone
@Deprecated public 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, String privateIp, String sourceDbSystemId, CreateDbHomeFromDbSystemDetails dbHome, LaunchDbSystemFromDbSystemDetails.LicenseModel licenseModel)
public static LaunchDbSystemFromDbSystemDetails.Builder builder()
Create a new builder.
public LaunchDbSystemFromDbSystemDetails.Builder toBuilder()
public CreateDbHomeFromDbSystemDetails getDbHome()
public LaunchDbSystemFromDbSystemDetails.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–2022. All rights reserved.