INPUT_OBJECT

DownloadOpenstackSnapshotFromLocationInput

Description

Input for downloading OpenStack snapshot.

link GraphQL Schema definition

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

link Require by