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