ENUM

KubernetesProtectionSetCreationType

Description

Creation type of protection set.

link GraphQL Schema definition

  • enum KubernetesProtectionSetCreationType {
  • # The protection set is created using API, the default type.
  • API
  • # The protection set is created automatically.
  • AUTO
  • # The protection set is created using Rubrik CRD.
  • CRD
  • # The protection set is created from the RSC UI.
  • RSC
  • }