INPUT_OBJECT

VmwareDownloadSnapshotFromLocationInput

link GraphQL Schema definition

  • input VmwareDownloadSnapshotFromLocationInput {
  • # Additional configuration for the snapshot download operation.
  • downloadConfig: VmwareSnapshotDownloadRequestInput
  • # Required. ID of the replication or archival location.
  • locationId: String!
  • # Required. ID of a snapshot.
  • snapshotId: String!
  • }

link Require by