@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateRefreshableAutonomousDatabaseCloneDetails extends CreateAutonomousDatabaseBase
Details to create an Oracle Autonomous Database refreshable clone.
CreateRefreshableAutonomousDatabaseCloneDetails.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 CreateRefreshableAutonomousDatabaseCloneDetails.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 |
CreateRefreshableAutonomousDatabaseCloneDetails.Builder |
static class |
CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableMode
The refresh mode of the clone.
|
CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType, CreateAutonomousDatabaseBase.DbWorkload, CreateAutonomousDatabaseBase.LicenseModel, CreateAutonomousDatabaseBase.Source
Constructor and Description |
---|
CreateRefreshableAutonomousDatabaseCloneDetails(String compartmentId,
String characterSet,
String ncharacterSet,
String dbName,
Integer cpuCoreCount,
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 dbVersion,
List<CustomerContact> customerContacts,
Boolean isMtlsConnectionRequired,
CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType,
List<ScheduledOperationDetails> scheduledOperations,
Boolean isAutoScalingForStorageEnabled,
Integer maxCpuCoreCount,
AutonomousDatabaseSummary.DatabaseEdition databaseEdition,
String sourceId,
CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableMode refreshableMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateRefreshableAutonomousDatabaseCloneDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableMode |
getRefreshableMode()
The refresh mode of the clone.
|
String |
getSourceId()
The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
int |
hashCode() |
CreateRefreshableAutonomousDatabaseCloneDetails.Builder |
toBuilder() |
String |
toString() |
getAdminPassword, getArePrimaryWhitelistedIpsUsed, getAutonomousContainerDatabaseId, getAutonomousMaintenanceScheduleType, getCharacterSet, getCompartmentId, getCpuCoreCount, getCustomerContacts, getDatabaseEdition, getDataStorageSizeInGBs, getDataStorageSizeInTBs, getDbName, getDbVersion, getDbWorkload, getDefinedTags, getDisplayName, getFreeformTags, getIsAccessControlEnabled, getIsAutoScalingEnabled, getIsAutoScalingForStorageEnabled, getIsDataGuardEnabled, getIsDedicated, getIsFreeTier, getIsLocalDataGuardEnabled, getIsMtlsConnectionRequired, getIsPreviewVersionWithServiceTermsAccepted, getKmsKeyId, getLicenseModel, getMaxCpuCoreCount, getNcharacterSet, getNsgIds, getOcpuCount, getPrivateEndpointLabel, getScheduledOperations, getStandbyWhitelistedIps, getSubnetId, getVaultId, getWhitelistedIps
@Deprecated public CreateRefreshableAutonomousDatabaseCloneDetails(String compartmentId, String characterSet, String ncharacterSet, String dbName, Integer cpuCoreCount, 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 dbVersion, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, Integer maxCpuCoreCount, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, String sourceId, CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableMode refreshableMode)
public static CreateRefreshableAutonomousDatabaseCloneDetails.Builder builder()
Create a new builder.
public CreateRefreshableAutonomousDatabaseCloneDetails.Builder toBuilder()
public String getSourceId()
The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
public CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableMode getRefreshableMode()
The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
public String toString()
toString
in class CreateAutonomousDatabaseBase
public boolean equals(Object o)
equals
in class CreateAutonomousDatabaseBase
public int hashCode()
hashCode
in class CreateAutonomousDatabaseBase
Copyright © 2016–2022. All rights reserved.