Package com.oracle.bmc.database.model
Class CreateCrossRegionAutonomousDatabaseDataGuardDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.CreateAutonomousDatabaseBase
-
- com.oracle.bmc.database.model.CreateCrossRegionAutonomousDatabaseDataGuardDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateCrossRegionAutonomousDatabaseDataGuardDetails extends CreateAutonomousDatabaseBase
Details to create an Autonomous Data Guard association for an existing Autonomous Database where the standby is in a different (remote) region from the source primary database.IMPORTANT Note the following for creating standby databases in cross-region Autonomous Data Guard associations:
- To create your standby database in a region different from the region of the primary, use the
API endpoint of the region in which the standby will be located. For example, if the primary
database is in the IAD region, and you want to create the standby in the PHX region, make the API
call using the PHX endpoint (https://database.us-phoenix-1.oraclecloud.com). See API
Endpoints for the list
of Database Service API endpoints. - In the request to create the standby database, the
sourceId value should be the OCID of the primary database. The following parameters are optional
for the cross-region standby database. If included in the request, these parameters contain the
same values as the source Autonomous Database: - customerContacts - scheduledOperations -
isAutoScalingForStorageEnabled - definedTags - freeformTags - licenseModel - whitelistedIps -
isMtlsConnectionRequired - dbName - adminPassword - cpuCoreCount - dataStorageSizeInTB -
dbVersion
Note: Objects should always be created or deserialized using theCreateCrossRegionAutonomousDatabaseDataGuardDetails.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 theCreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder
, which maintain a set of all explicitly set fields calledCreateCrossRegionAutonomousDatabaseDataGuardDetails.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).
- To create your standby database in a region different from the region of the primary, use the
API endpoint of the region in which the standby will be located. For example, if the primary
database is in the IAD region, and you want to create the standby in the PHX region, make the API
call using the PHX endpoint (https://database.us-phoenix-1.oraclecloud.com). See API
Endpoints for the list
of Database Service API endpoints. - In the request to create the standby database, the
sourceId value should be the OCID of the primary database. The following parameters are optional
for the cross-region standby database. If included in the request, these parameters contain the
same values as the source Autonomous Database: - customerContacts - scheduledOperations -
isAutoScalingForStorageEnabled - definedTags - freeformTags - licenseModel - whitelistedIps -
isMtlsConnectionRequired - dbName - adminPassword - cpuCoreCount - dataStorageSizeInTB -
dbVersion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.database.model.CreateAutonomousDatabaseBase
CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType, CreateAutonomousDatabaseBase.ComputeModel, CreateAutonomousDatabaseBase.DbWorkload, CreateAutonomousDatabaseBase.LicenseModel, CreateAutonomousDatabaseBase.Source
-
-
Constructor Summary
Constructors Constructor Description CreateCrossRegionAutonomousDatabaseDataGuardDetails(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 sourceId)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getSourceId()
The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.int
hashCode()
CreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.database.model.CreateAutonomousDatabaseBase
getAdminPassword, 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
-
CreateCrossRegionAutonomousDatabaseDataGuardDetails
@Deprecated public CreateCrossRegionAutonomousDatabaseDataGuardDetails(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 sourceId)
Deprecated.
-
-
Method Detail
-
builder
public static CreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateCrossRegionAutonomousDatabaseDataGuardDetails.Builder toBuilder()
-
getSourceId
public String getSourceId()
The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classCreateAutonomousDatabaseBase
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classCreateAutonomousDatabaseBase
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCreateAutonomousDatabaseBase
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCreateAutonomousDatabaseBase
-
-