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+
- # Definition of the Kubernetes protection set.
- : String!
- # Supported in v9.1+
- : [String!]!
- # Required. Supported in v9.1+
- # ID of the Kubernetes protection set.
- : String!
- # Required. Supported in v9.1+
- # ID of the Kubernetes cluster to which the protection set belongs.
- : String!
- # Supported in v9.1+
- # Kubernetes namespace to which the protection set belongs.
- : String
- # Required. Supported in v9.1+
- # Name of the Kubernetes protection set.
- : String!
- # Required. Supported in v9.1+
- # Type of the Kubernetes protection set.
- : String!
- }