@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateAutonomousDatabaseFromBackupTimestampDetails extends CreateAutonomousDatabaseBase
Details to create a point-in-time clone of an Oracle Autonomous Database by specifying a timestamp. Point-in-time clones use backups as the source of the data for the clone.
CreateAutonomousDatabaseFromBackupTimestampDetails.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 CreateAutonomousDatabaseFromBackupTimestampDetails.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 |
CreateAutonomousDatabaseFromBackupTimestampDetails.Builder |
static class |
CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType
The Autonomous Database clone type.
|
CreateAutonomousDatabaseBase.DbWorkload, CreateAutonomousDatabaseBase.LicenseModel, CreateAutonomousDatabaseBase.Source
Constructor and Description |
---|
CreateAutonomousDatabaseFromBackupTimestampDetails(String compartmentId,
String dbName,
Integer cpuCoreCount,
CreateAutonomousDatabaseBase.DbWorkload dbWorkload,
Integer dataStorageSizeInTBs,
Boolean isFreeTier,
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,
String subnetId,
List<String> nsgIds,
String privateEndpointLabel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String dbVersion,
String autonomousDatabaseId,
Date timestamp,
CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType cloneType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousDatabaseFromBackupTimestampDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAutonomousDatabaseId()
The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType |
getCloneType()
The Autonomous Database clone type.
|
Date |
getTimestamp()
The timestamp specified for the point-in-time clone of the source Autonomous Database.
|
int |
hashCode() |
CreateAutonomousDatabaseFromBackupTimestampDetails.Builder |
toBuilder() |
String |
toString() |
getAdminPassword, getArePrimaryWhitelistedIpsUsed, getAutonomousContainerDatabaseId, getCompartmentId, getCpuCoreCount, getDataStorageSizeInTBs, getDbName, getDbVersion, getDbWorkload, getDefinedTags, getDisplayName, getFreeformTags, getIsAccessControlEnabled, getIsAutoScalingEnabled, getIsDataGuardEnabled, getIsDedicated, getIsFreeTier, getIsPreviewVersionWithServiceTermsAccepted, getLicenseModel, getNsgIds, getPrivateEndpointLabel, getStandbyWhitelistedIps, getSubnetId, getWhitelistedIps
@Deprecated public CreateAutonomousDatabaseFromBackupTimestampDetails(String compartmentId, String dbName, Integer cpuCoreCount, CreateAutonomousDatabaseBase.DbWorkload dbWorkload, Integer dataStorageSizeInTBs, Boolean isFreeTier, 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, String subnetId, List<String> nsgIds, String privateEndpointLabel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String dbVersion, String autonomousDatabaseId, Date timestamp, CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType cloneType)
public static CreateAutonomousDatabaseFromBackupTimestampDetails.Builder builder()
Create a new builder.
public CreateAutonomousDatabaseFromBackupTimestampDetails.Builder toBuilder()
public String getAutonomousDatabaseId()
The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
public Date getTimestamp()
The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
public CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType getCloneType()
The Autonomous Database clone type.
public String toString()
toString
in class CreateAutonomousDatabaseBase
public boolean equals(Object o)
equals
in class CreateAutonomousDatabaseBase
protected boolean canEqual(Object other)
canEqual
in class CreateAutonomousDatabaseBase
public int hashCode()
hashCode
in class CreateAutonomousDatabaseBase
Copyright © 2016–2021. All rights reserved.