INPUT_OBJECT
ExportK8sProtectionSetSnapshotInput
Description
Input for exporting a Kubernetes protection set snapshot.
link GraphQL Schema definition
- input ExportK8sProtectionSetSnapshotInput {
- # Required. v9.0: The ID of the resource set snapshot to be exported.
- # v9.1+: The ID of the protection set snapshot to be exported.
- String! :
- # Required. v9.0: Configuration for the job to export Kubernetes resources from a
- # resource set snapshot.
- # v9.1+: Configuration for the job to export Kubernetes resources from a
- # protection set snapshot.
- K8sExportParametersInput! :
- }