static DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.builder() |
Create a new builder.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.copy(DistributedDbBackupDestination model) |
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.dbrsPolicyId(String dbrsPolicyId) |
The OCID of the
DBRS policy used for backup.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.id(String id) |
The OCID of the
backup destination.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.internetProxy(String internetProxy) |
Proxy URL to connect to object store.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.isRemote(Boolean isRemote) |
Indicates whether the backup destination is cross-region or local region.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.isZeroDataLossEnabled(Boolean isZeroDataLossEnabled) |
Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup
destination in an Autonomous Container Database.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.remoteRegion(String remoteRegion) |
The name of the remote region where the remote automatic incremental backups will be
stored.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.toBuilder() |
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.type(DistributedDbBackupDestination.Type type) |
Type of the database backup destination.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.vpcPassword(String vpcPassword) |
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used
to access the Recovery Appliance.
|
DistributedDbBackupDestination.Builder |
DistributedDbBackupDestination.Builder.vpcUser(String vpcUser) |
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that
is used to access the Recovery Appliance.
|