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.
- K8sSnapshotDownloadConfigInput :
- # Required. ID of the archival/replication location.
- String! :
- # Required. ID of the snapshot to be downloaded.
- String! :
- }