public static class MetricsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MetricsSummary.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.
|
MetricsSummary.Builder |
backupSpaceUsedInGBs(Float backupSpaceUsedInGBs)
Backup storage space, in gigabytes, utilized by the protected database.
|
MetricsSummary |
build() |
MetricsSummary.Builder |
copy(MetricsSummary model) |
MetricsSummary.Builder |
currentRetentionPeriodInSeconds(Float currentRetentionPeriodInSeconds)
Number of seconds backups are currently retained for this database.
|
MetricsSummary.Builder |
dbSizeInGBs(Float dbSizeInGBs)
The estimated space, in gigabytes, consumed by the protected database.
|
MetricsSummary.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.
|
MetricsSummary.Builder |
minimumRecoveryNeededInDays(Float minimumRecoveryNeededInDays)
Number of days of redo/archive to be applied to recover database.
|
MetricsSummary.Builder |
retentionPeriodInDays(Float retentionPeriodInDays)
The maximum number of days to retain backups for a protected database.
|
MetricsSummary.Builder |
unprotectedWindowInSeconds(Float unprotectedWindowInSeconds)
This is the time window when there is data loss exposure.
|
public MetricsSummary.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 MetricsSummary.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 MetricsSummary.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 MetricsSummary.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 MetricsSummary.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 MetricsSummary.Builder retentionPeriodInDays(Float retentionPeriodInDays)
The maximum number of days to retain backups for a protected database.
retentionPeriodInDays
- the value to setpublic MetricsSummary.Builder currentRetentionPeriodInSeconds(Float currentRetentionPeriodInSeconds)
Number of seconds backups are currently retained for this database.
currentRetentionPeriodInSeconds
- the value to setpublic MetricsSummary.Builder minimumRecoveryNeededInDays(Float minimumRecoveryNeededInDays)
Number of days of redo/archive to be applied to recover database.
minimumRecoveryNeededInDays
- the value to setpublic MetricsSummary build()
public MetricsSummary.Builder copy(MetricsSummary model)
Copyright © 2016–2024. All rights reserved.