OBJECT

CloudNativeDatabaseBackupSetupSpecs

Description

Details of the setup for performing backups of a database.

link GraphQL Schema definition

  • type CloudNativeDatabaseBackupSetupSpecs {
  • # Specifies whether backup setup is successful for the database or not.
  • isSetupSuccessful: Boolean!
  • # The object from where the setup specification is inherited.
  • setupSourceObject: PathNode!
  • }