INPUT_OBJECT

OracleConfigInput

Description

Input to configure the log settings for Oracle database in an SLA Domain.

link GraphQL Schema definition

  • input OracleConfigInput {
  • # Frequency for log backups of Oracle databases.
  • frequency: SlaDurationInput
  • # The duration for which the logs will be retained.
  • logRetention: SlaDurationInput
  • # The duration for which the archived redo logs will be retained.
  • hostLogRetention: SlaDurationInput
  • }