OBJECT

PersistentStorage

Description

Persistent storage configured for storing backups.

link GraphQL Schema definition

  • type PersistentStorage {
  • # ID of the configured storage setting.
  • id: String!
  • # Name of the configured storage setting.
  • name: String!
  • }