INPUT_OBJECT

CreateK8sProtectionSetSnapshotInput

Description

Input for creating a Kubernetes protection set snapshot.

link GraphQL Schema definition

  • input CreateK8sProtectionSetSnapshotInput {
  • # Configuration for the on-demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID of the Kubernetes protection set workload.
  • id: String!
  • }

link Require by