OBJECT

SlaConfig

Description

Configuration of the SLA of a snapshot.

link GraphQL Schema definition

  • type SlaConfig {
  • # ID of the SLA.
  • id: String!
  • # Name of the SLA.
  • name: String!
  • }