OBJECT
OracleNonSlaProperties
Description
Supported in v5.0+
link GraphQL Schema definition
- type OracleNonSlaProperties {
- # Required. Supported in v5.0+
- # Path where the NFS share is mounted on the host.
- String! :
- # Required. Supported in v5.0+
- # Specifies an interval in minutes. This interval is the period between successive
- # log backups.
- Int! :
- # Required. Supported in v5.0+
- # Specifies an interval in hours. Log backups are retained for the duration of the
- # interval.
- Int! :
- # Required. Supported in v5.0+
- # Number of channels used to backup the Oracle database.
- Int! :
- # Supported in v5.2+
- # Specifies an interval in hours. The next log snapshot job deletes archived
- # Oracle redo log files whose 'nextTime' field specifies a time more than the
- # specified number of hours ago. To immediately delete archived redo log files
- # regardless of age, specify an interval of -1. To preserve all archived redo log
- # files, specify an interval of -2.
- Int :
- }