@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateAutonomousDatabaseFromBackupDetails extends CreateAutonomousDatabaseBase
Details to create an Oracle Autonomous Database by cloning from a backup of an existing
Autonomous Database.
Note: Objects should always be created or deserialized using the CreateAutonomousDatabaseFromBackupDetails.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 CreateAutonomousDatabaseFromBackupDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateAutonomousDatabaseFromBackupDetails.Builder |
static class |
CreateAutonomousDatabaseFromBackupDetails.CloneType
The Autonomous Database clone type.
|
CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType, CreateAutonomousDatabaseBase.ComputeModel, CreateAutonomousDatabaseBase.DbWorkload, CreateAutonomousDatabaseBase.LicenseModel, CreateAutonomousDatabaseBase.Source
Constructor and Description |
---|
CreateAutonomousDatabaseFromBackupDetails(String compartmentId,
String characterSet,
String ncharacterSet,
String dbName,
Integer cpuCoreCount,
CreateAutonomousDatabaseBase.ComputeModel computeModel,
Float computeCount,
Float ocpuCount,
CreateAutonomousDatabaseBase.DbWorkload dbWorkload,
Integer dataStorageSizeInTBs,
Integer dataStorageSizeInGBs,
Boolean isFreeTier,
String kmsKeyId,
String vaultId,
String adminPassword,
String displayName,
CreateAutonomousDatabaseBase.LicenseModel licenseModel,
Boolean isPreviewVersionWithServiceTermsAccepted,
Boolean isAutoScalingEnabled,
Boolean isDedicated,
String autonomousContainerDatabaseId,
Boolean isAccessControlEnabled,
List<String> whitelistedIps,
Boolean arePrimaryWhitelistedIpsUsed,
List<String> standbyWhitelistedIps,
Boolean isDataGuardEnabled,
Boolean isLocalDataGuardEnabled,
String subnetId,
List<String> nsgIds,
String privateEndpointLabel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String privateEndpointIp,
String dbVersion,
List<CustomerContact> customerContacts,
Boolean isMtlsConnectionRequired,
CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType,
List<ScheduledOperationDetails> scheduledOperations,
Boolean isAutoScalingForStorageEnabled,
Integer maxCpuCoreCount,
AutonomousDatabaseSummary.DatabaseEdition databaseEdition,
List<DatabaseTool> dbToolsDetails,
String secretId,
Integer secretVersionNumber,
String autonomousDatabaseBackupId,
CreateAutonomousDatabaseFromBackupDetails.CloneType cloneType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousDatabaseFromBackupDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAutonomousDatabaseBackupId()
The OCID of the
source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
CreateAutonomousDatabaseFromBackupDetails.CloneType |
getCloneType()
The Autonomous Database clone type.
|
int |
hashCode() |
CreateAutonomousDatabaseFromBackupDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getAdminPassword, getArePrimaryWhitelistedIpsUsed, getAutonomousContainerDatabaseId, getAutonomousMaintenanceScheduleType, getCharacterSet, getCompartmentId, getComputeCount, getComputeModel, getCpuCoreCount, getCustomerContacts, getDatabaseEdition, getDataStorageSizeInGBs, getDataStorageSizeInTBs, getDbName, getDbToolsDetails, getDbVersion, getDbWorkload, getDefinedTags, getDisplayName, getFreeformTags, getIsAccessControlEnabled, getIsAutoScalingEnabled, getIsAutoScalingForStorageEnabled, getIsDataGuardEnabled, getIsDedicated, getIsFreeTier, getIsLocalDataGuardEnabled, getIsMtlsConnectionRequired, getIsPreviewVersionWithServiceTermsAccepted, getKmsKeyId, getLicenseModel, getMaxCpuCoreCount, getNcharacterSet, getNsgIds, getOcpuCount, getPrivateEndpointIp, getPrivateEndpointLabel, getScheduledOperations, getSecretId, getSecretVersionNumber, getStandbyWhitelistedIps, getSubnetId, getVaultId, getWhitelistedIps
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public CreateAutonomousDatabaseFromBackupDetails(String compartmentId, String characterSet, String ncharacterSet, String dbName, Integer cpuCoreCount, CreateAutonomousDatabaseBase.ComputeModel computeModel, Float computeCount, Float ocpuCount, CreateAutonomousDatabaseBase.DbWorkload dbWorkload, Integer dataStorageSizeInTBs, Integer dataStorageSizeInGBs, Boolean isFreeTier, String kmsKeyId, String vaultId, String adminPassword, String displayName, CreateAutonomousDatabaseBase.LicenseModel licenseModel, Boolean isPreviewVersionWithServiceTermsAccepted, Boolean isAutoScalingEnabled, Boolean isDedicated, String autonomousContainerDatabaseId, Boolean isAccessControlEnabled, List<String> whitelistedIps, Boolean arePrimaryWhitelistedIpsUsed, List<String> standbyWhitelistedIps, Boolean isDataGuardEnabled, Boolean isLocalDataGuardEnabled, String subnetId, List<String> nsgIds, String privateEndpointLabel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String privateEndpointIp, String dbVersion, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, Integer maxCpuCoreCount, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, String secretId, Integer secretVersionNumber, String autonomousDatabaseBackupId, CreateAutonomousDatabaseFromBackupDetails.CloneType cloneType)
public static CreateAutonomousDatabaseFromBackupDetails.Builder builder()
Create a new builder.
public CreateAutonomousDatabaseFromBackupDetails.Builder toBuilder()
public String getAutonomousDatabaseBackupId()
The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
public CreateAutonomousDatabaseFromBackupDetails.CloneType getCloneType()
The Autonomous Database clone type.
public String toString()
toString
in class CreateAutonomousDatabaseBase
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateAutonomousDatabaseBase
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateAutonomousDatabaseBase
public int hashCode()
hashCode
in class CreateAutonomousDatabaseBase
Copyright © 2016–2023. All rights reserved.