INPUT_OBJECT
CreateK8sRestoreJobInput
Description
Input for creating a Kubernetes restore job.
link GraphQL Schema definition
- input CreateK8sRestoreJobInput {
- # Required. v9.0: The ID of the resource set snapshot to be restored.
- # v9.1+: The ID of the protection set snapshot to be restored.
- String! :
- # Required. v9.0: Configuration for restoring Kubernetes resources from a resource
- # set snapshot using a job.
- # v9.1+: Configuration for restoring Kubernetes resources from a protection set
- # snapshot using a job.
- K8sRestoreParametersInput! :
- }