Class CreateAutonomousDatabaseFromBackupTimestampDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.CreateAutonomousDatabaseBase
- 
- com.oracle.bmc.database.model.CreateAutonomousDatabaseFromBackupTimestampDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateAutonomousDatabaseFromBackupTimestampDetails extends CreateAutonomousDatabaseBaseDetails to create a point-in-time clone of an Oracle Autonomous AI Database by specifying a timestamp.Point-in-time clones use backups as the source of the data for the clone. 
 Note: Objects should always be created or deserialized using theCreateAutonomousDatabaseFromBackupTimestampDetails.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 theCreateAutonomousDatabaseFromBackupTimestampDetails.Builder, which maintain a set of all explicitly set fields calledCreateAutonomousDatabaseFromBackupTimestampDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateAutonomousDatabaseFromBackupTimestampDetails.Builderstatic classCreateAutonomousDatabaseFromBackupTimestampDetails.CloneTypeThe Autonomous AI Database clone type.- 
Nested classes/interfaces inherited from class com.oracle.bmc.database.model.CreateAutonomousDatabaseBaseCreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType, CreateAutonomousDatabaseBase.ComputeModel, CreateAutonomousDatabaseBase.DbWorkload, CreateAutonomousDatabaseBase.LicenseModel, CreateAutonomousDatabaseBase.Source
 
- 
 - 
Constructor SummaryConstructors Constructor Description CreateAutonomousDatabaseFromBackupTimestampDetails(String subscriptionId, String compartmentId, String characterSet, String ncharacterSet, String dbName, Integer cpuCoreCount, Integer backupRetentionPeriodInDays, CreateAutonomousDatabaseBase.ComputeModel computeModel, Float computeCount, Float ocpuCount, CreateAutonomousDatabaseBase.DbWorkload dbWorkload, Integer dataStorageSizeInTBs, Integer dataStorageSizeInGBs, Boolean isFreeTier, String kmsKeyId, String vaultId, AutonomousDatabaseEncryptionKeyDetails encryptionKey, String adminPassword, String displayName, CreateAutonomousDatabaseBase.LicenseModel licenseModel, Float byolComputeCountLimit, Boolean isPreviewVersionWithServiceTermsAccepted, Boolean isAutoScalingEnabled, Boolean isDevTier, Boolean isDedicated, String autonomousContainerDatabaseId, Integer inMemoryPercentage, 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, Map<String,Map<String,Object>> securityAttributes, String privateEndpointIp, String dbVersion, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, String resourcePoolLeaderId, ResourcePoolSummary resourcePoolSummary, CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, Boolean isBackupRetentionLocked, String secretId, Integer secretVersionNumber, String autonomousDatabaseId, Date timestamp, CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType cloneType, Boolean useLatestAvailableBackupTimeStamp, List<Integer> cloneTableSpaceList)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAutonomousDatabaseFromBackupTimestampDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAutonomousDatabaseId()The OCID of the source Autonomous AI Database that you will clone to create a new Autonomous AI Database.List<Integer>getCloneTableSpaceList()A list of the source Autonomous AI Database’s table space number(s) used to create this partial clone from the backup.CreateAutonomousDatabaseFromBackupTimestampDetails.CloneTypegetCloneType()The Autonomous AI Database clone type.DategetTimestamp()The timestamp specified for the point-in-time clone of the source Autonomous AI Database.BooleangetUseLatestAvailableBackupTimeStamp()Clone from latest available backup timestamp.inthashCode()CreateAutonomousDatabaseFromBackupTimestampDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.database.model.CreateAutonomousDatabaseBasegetAdminPassword, getArePrimaryWhitelistedIpsUsed, getAutonomousContainerDatabaseId, getAutonomousMaintenanceScheduleType, getBackupRetentionPeriodInDays, getByolComputeCountLimit, getCharacterSet, getCompartmentId, getComputeCount, getComputeModel, getCpuCoreCount, getCustomerContacts, getDatabaseEdition, getDataStorageSizeInGBs, getDataStorageSizeInTBs, getDbName, getDbToolsDetails, getDbVersion, getDbWorkload, getDefinedTags, getDisplayName, getEncryptionKey, getFreeformTags, getInMemoryPercentage, getIsAccessControlEnabled, getIsAutoScalingEnabled, getIsAutoScalingForStorageEnabled, getIsBackupRetentionLocked, getIsDataGuardEnabled, getIsDedicated, getIsDevTier, getIsFreeTier, getIsLocalDataGuardEnabled, getIsMtlsConnectionRequired, getIsPreviewVersionWithServiceTermsAccepted, getKmsKeyId, getLicenseModel, getNcharacterSet, getNsgIds, getOcpuCount, getPrivateEndpointIp, getPrivateEndpointLabel, getResourcePoolLeaderId, getResourcePoolSummary, getScheduledOperations, getSecretId, getSecretVersionNumber, getSecurityAttributes, getStandbyWhitelistedIps, getSubnetId, getSubscriptionId, getVaultId, getWhitelistedIps
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateAutonomousDatabaseFromBackupTimestampDetails@Deprecated public CreateAutonomousDatabaseFromBackupTimestampDetails(String subscriptionId, String compartmentId, String characterSet, String ncharacterSet, String dbName, Integer cpuCoreCount, Integer backupRetentionPeriodInDays, CreateAutonomousDatabaseBase.ComputeModel computeModel, Float computeCount, Float ocpuCount, CreateAutonomousDatabaseBase.DbWorkload dbWorkload, Integer dataStorageSizeInTBs, Integer dataStorageSizeInGBs, Boolean isFreeTier, String kmsKeyId, String vaultId, AutonomousDatabaseEncryptionKeyDetails encryptionKey, String adminPassword, String displayName, CreateAutonomousDatabaseBase.LicenseModel licenseModel, Float byolComputeCountLimit, Boolean isPreviewVersionWithServiceTermsAccepted, Boolean isAutoScalingEnabled, Boolean isDevTier, Boolean isDedicated, String autonomousContainerDatabaseId, Integer inMemoryPercentage, 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, Map<String,Map<String,Object>> securityAttributes, String privateEndpointIp, String dbVersion, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, String resourcePoolLeaderId, ResourcePoolSummary resourcePoolSummary, CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, Boolean isBackupRetentionLocked, String secretId, Integer secretVersionNumber, String autonomousDatabaseId, Date timestamp, CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType cloneType, Boolean useLatestAvailableBackupTimeStamp, List<Integer> cloneTableSpaceList) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateAutonomousDatabaseFromBackupTimestampDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateAutonomousDatabaseFromBackupTimestampDetails.Builder toBuilder() 
 - 
getAutonomousDatabaseIdpublic String getAutonomousDatabaseId() The OCID of the source Autonomous AI Database that you will clone to create a new Autonomous AI Database.- Returns:
- the value
 
 - 
getTimestamppublic Date getTimestamp() The timestamp specified for the point-in-time clone of the source Autonomous AI Database.The timestamp must be in the past. - Returns:
- the value
 
 - 
getCloneTypepublic CreateAutonomousDatabaseFromBackupTimestampDetails.CloneType getCloneType() The Autonomous AI Database clone type.- Returns:
- the value
 
 - 
getUseLatestAvailableBackupTimeStamppublic Boolean getUseLatestAvailableBackupTimeStamp() Clone from latest available backup timestamp.- Returns:
- the value
 
 - 
getCloneTableSpaceListpublic List<Integer> getCloneTableSpaceList() A list of the source Autonomous AI Database’s table space number(s) used to create this partial clone from the backup.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CreateAutonomousDatabaseBase
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- CreateAutonomousDatabaseBase
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- CreateAutonomousDatabaseBase
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- CreateAutonomousDatabaseBase
 
 
- 
 
-