INPUT_OBJECT

K8sProtectionSetAddInput

Description

Supported in v9.1+ Input to add a Kubernetes protection set.

link GraphQL Schema definition

  • input K8sProtectionSetAddInput {
  • # Supported in v9.2+
  • # The type of method used to create a protection set. Possible values are:
  • # automatic, RSC, or CRD.
  • creationType: String
  • # Supported in v9.1+
  • # Kubernetes namespace to which the protection set to be added belongs.
  • kubernetesNamespace: String
  • # Supported in v9.1+
  • hookConfigs: [String!]
  • # Required. Supported in v9.1+
  • # Definition of the Kubernetes protection set to be added.
  • definition: String!
  • # Required. Supported in v9.1+
  • # ID of the Kubernetes cluster to which the protection set to be added belongs.
  • kubernetesClusterId: String!
  • # Required. Supported in v9.1+
  • # Name of the Kubernetes protection set to be added.
  • name: String!
  • # Required. Supported in v9.1+
  • # Type of the Kubernetes protection set to be added.
  • rsType: String!
  • }