public static class BackupDestinationConfigurationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupDestinationConfigurationSummary.Builder |
backupDestinationAttachHistory(List<Date> backupDestinationAttachHistory)
The timestamps at which this backup destination is used as the preferred destination to
host the Autonomous Container Database backups.
|
BackupDestinationConfigurationSummary |
build() |
BackupDestinationConfigurationSummary.Builder |
copy(BackupDestinationConfigurationSummary model) |
BackupDestinationConfigurationSummary.Builder |
dbrsPolicyId(String dbrsPolicyId)
The OCID of the
DBRS policy used for backup.
|
BackupDestinationConfigurationSummary.Builder |
id(String id)
The OCID of the
backup destination.
|
BackupDestinationConfigurationSummary.Builder |
internetProxy(String internetProxy)
Proxy URL to connect to object store.
|
BackupDestinationConfigurationSummary.Builder |
recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by
automatic backups and manual backups, but not long term backups.
|
BackupDestinationConfigurationSummary.Builder |
spaceUtilizedInGBs(Integer spaceUtilizedInGBs)
The total space utilized (in GBs) by this Autonomous Container Database on this backup
destination, rounded to the nearest integer.
|
BackupDestinationConfigurationSummary.Builder |
timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are
updated.
|
BackupDestinationConfigurationSummary.Builder |
type(BackupDestinationConfigurationSummary.Type type)
Type of the database backup destination.
|
BackupDestinationConfigurationSummary.Builder |
vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used
to access the Recovery Appliance.
|
BackupDestinationConfigurationSummary.Builder |
vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that
is used to access the Recovery Appliance.
|
public BackupDestinationConfigurationSummary.Builder recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by automatic backups and manual backups, but not long term backups.
recoveryWindowInDays
- the value to setpublic BackupDestinationConfigurationSummary.Builder backupDestinationAttachHistory(List<Date> backupDestinationAttachHistory)
The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
backupDestinationAttachHistory
- the value to setpublic BackupDestinationConfigurationSummary.Builder spaceUtilizedInGBs(Integer spaceUtilizedInGBs)
The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
spaceUtilizedInGBs
- the value to setpublic BackupDestinationConfigurationSummary.Builder timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.
timeAtWhichStorageDetailsAreUpdated
- the value to setpublic BackupDestinationConfigurationSummary.Builder type(BackupDestinationConfigurationSummary.Type type)
Type of the database backup destination.
type
- the value to setpublic BackupDestinationConfigurationSummary.Builder id(String id)
The OCID of the backup destination.
id
- the value to setpublic BackupDestinationConfigurationSummary.Builder vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
vpcUser
- the value to setpublic BackupDestinationConfigurationSummary.Builder vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
vpcPassword
- the value to setpublic BackupDestinationConfigurationSummary.Builder internetProxy(String internetProxy)
Proxy URL to connect to object store.
internetProxy
- the value to setpublic BackupDestinationConfigurationSummary.Builder dbrsPolicyId(String dbrsPolicyId)
The OCID of the DBRS policy used for backup.
dbrsPolicyId
- the value to setpublic BackupDestinationConfigurationSummary build()
public BackupDestinationConfigurationSummary.Builder copy(BackupDestinationConfigurationSummary model)
Copyright © 2016–2025. All rights reserved.