Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Metrics.Builder |
backupSpaceEstimateInGBs(Float backupSpaceEstimateInGBs)
The estimated backup storage space, in gigabytes, required to meet the recovery window
goal, including foot print and backups for the protected database.
|
Metrics.Builder |
backupSpaceUsedInGBs(Float backupSpaceUsedInGBs)
Backup storage space, in gigabytes, utilized by the protected database.
|
Metrics |
build() |
Metrics.Builder |
copy(Metrics model) |
Metrics.Builder |
currentRetentionPeriodInSeconds(Float currentRetentionPeriodInSeconds)
Number of seconds backups are currently retained for this database.
|
Metrics.Builder |
dbSizeInGBs(Float dbSizeInGBs)
The estimated space, in gigabytes, consumed by the protected database.
|
Metrics.Builder |
isRedoLogsEnabled(Boolean isRedoLogsEnabled)
The value TRUE indicates that the protected database is configured to use Real-time data
protection, and redo-data is sent from the protected database to Recovery Service.
|
Metrics.Builder |
minimumRecoveryNeededInDays(Float minimumRecoveryNeededInDays)
Number of days of redo/archive to be applied to recover database.
|
Metrics.Builder |
retentionPeriodInDays(Float retentionPeriodInDays)
The maximum number of days to retain backups for a protected database.
|
Metrics.Builder |
unprotectedWindowInSeconds(Float unprotectedWindowInSeconds)
This is the time window when there is data loss exposure.
|
public Metrics.Builder backupSpaceUsedInGBs(Float backupSpaceUsedInGBs)
Backup storage space, in gigabytes, utilized by the protected database. Oracle charges for the total storage used.
backupSpaceUsedInGBs
- the value to setpublic Metrics.Builder backupSpaceEstimateInGBs(Float backupSpaceEstimateInGBs)
The estimated backup storage space, in gigabytes, required to meet the recovery window goal, including foot print and backups for the protected database.
backupSpaceEstimateInGBs
- the value to setpublic Metrics.Builder unprotectedWindowInSeconds(Float unprotectedWindowInSeconds)
This is the time window when there is data loss exposure. The point after which recovery is impossible unless additional redo is available. This is the time we received the last backup or last redo-log shipped.
unprotectedWindowInSeconds
- the value to setpublic Metrics.Builder dbSizeInGBs(Float dbSizeInGBs)
The estimated space, in gigabytes, consumed by the protected database. The database size is based on the size of the data files in the catalog, and does not include archive logs.
dbSizeInGBs
- the value to setpublic Metrics.Builder isRedoLogsEnabled(Boolean isRedoLogsEnabled)
The value TRUE indicates that the protected database is configured to use Real-time data protection, and redo-data is sent from the protected database to Recovery Service. Real-time data protection substantially reduces the window of potential data loss that exists between successive archived redo log backups.
isRedoLogsEnabled
- the value to setpublic Metrics.Builder retentionPeriodInDays(Float retentionPeriodInDays)
The maximum number of days to retain backups for a protected database.
retentionPeriodInDays
- the value to setpublic Metrics.Builder currentRetentionPeriodInSeconds(Float currentRetentionPeriodInSeconds)
Number of seconds backups are currently retained for this database.
currentRetentionPeriodInSeconds
- the value to setpublic Metrics.Builder minimumRecoveryNeededInDays(Float minimumRecoveryNeededInDays)
Number of days of redo/archive to be applied to recover database.
minimumRecoveryNeededInDays
- the value to setpublic Metrics build()
public Metrics.Builder copy(Metrics model)
Copyright © 2016–2024. All rights reserved.