INPUT_OBJECT

DownloadHypervSnapshotFromLocationInput

Description

Input location to download the Hyper-V snapshot from.

link GraphQL Schema definition

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

link Require by