OBJECT

K8sProtectionSetSummary

Description

Supported in v9.1+ Key properties of a Kubernetes protection set.

link GraphQL Schema definition

  • type K8sProtectionSetSummary {
  • # Required. Supported in v9.1+
  • # ID of the Kubernetes protection set.
  • id: String!
  • # Required. Supported in v9.1+
  • # Name of the Kubernetes protection set.
  • name: String!
  • # Required. Supported in v9.1+
  • # Type of the Kubernetes protection set.
  • rsType: String!
  • # Required. Supported in v9.1+
  • # Definition of the Kubernetes protection set.
  • definition: String!
  • # Supported in v9.1+
  • # Kubernetes namespace to which the protection set belongs.
  • kubernetesNamespace: String
  • # Required. Supported in v9.1+
  • # ID of the Kubernetes cluster to which the protection set belongs.
  • kubernetesClusterUuid: String!
  • # Supported in v9.1+
  • hookConfigs: [String!]!
  • }

link Require by