INPUT_OBJECT

DownloadVirtualMachineFileJobConfigInput

Description

Input for downloading Virtual Machine file job config.

link GraphQL Schema definition

  • input DownloadVirtualMachineFileJobConfigInput {
  • # Required. Supported in v9.0+
  • # List of file names to download.
  • fileNamesToDownload: [String!]!
  • # Required. Supported in v9.0+
  • # ID of the Virtual Machine the files are downloaded from.
  • vmId: String!
  • }