INPUT_OBJECT

DownloadK8sSnapshotFromLocationInput

Description

Input for downloading a Kubernetes snapshot from a replication/archival target.

link GraphQL Schema definition

  • input DownloadK8sSnapshotFromLocationInput {
  • # Additional configuration for the operation. This consists of the SLA Domain to
  • # be applied to the snapshot after it is downloaded.
  • downloadConfig: K8sSnapshotDownloadConfigInput
  • # Required. ID of the archival/replication location.
  • locationId: String!
  • # Required. ID of the snapshot to be downloaded.
  • snapshotId: String!
  • }

link Require by