public static class BackupDestinationDetailsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupDestinationDetailsSummary.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.
|
BackupDestinationDetailsSummary |
build() |
BackupDestinationDetailsSummary.Builder |
copy(BackupDestinationDetailsSummary model) |
BackupDestinationDetailsSummary.Builder |
dbrsPolicyId(String dbrsPolicyId)
The OCID of the
DBRS policy used for backup.
|
BackupDestinationDetailsSummary.Builder |
id(String id)
The OCID of the
backup destination.
|
BackupDestinationDetailsSummary.Builder |
internetProxy(String internetProxy)
Proxy URL to connect to object store.
|
BackupDestinationDetailsSummary.Builder |
spaceUtilizedInGBs(Integer spaceUtilizedInGBs)
The total space utilized (in GBs) by this Autonomous Container Database on this backup
destination, rounded to the nearest integer.
|
BackupDestinationDetailsSummary.Builder |
timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are
updated.
|
BackupDestinationDetailsSummary.Builder |
type(BackupDestinationDetailsSummary.Type type)
Type of the database backup destination.
|
BackupDestinationDetailsSummary.Builder |
vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used
to access the Recovery Appliance.
|
BackupDestinationDetailsSummary.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 BackupDestinationDetailsSummary.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 BackupDestinationDetailsSummary.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 BackupDestinationDetailsSummary.Builder timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.
timeAtWhichStorageDetailsAreUpdated
- the value to setpublic BackupDestinationDetailsSummary.Builder type(BackupDestinationDetailsSummary.Type type)
Type of the database backup destination.
type
- the value to setpublic BackupDestinationDetailsSummary.Builder id(String id)
The OCID of the backup destination.
id
- the value to setpublic BackupDestinationDetailsSummary.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 BackupDestinationDetailsSummary.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 BackupDestinationDetailsSummary.Builder internetProxy(String internetProxy)
Proxy URL to connect to object store.
internetProxy
- the value to setpublic BackupDestinationDetailsSummary.Builder dbrsPolicyId(String dbrsPolicyId)
The OCID of the DBRS policy used for backup.
dbrsPolicyId
- the value to setpublic BackupDestinationDetailsSummary build()
public BackupDestinationDetailsSummary.Builder copy(BackupDestinationDetailsSummary model)
Copyright © 2016–2025. All rights reserved.