INPUT_OBJECT

HypervDownloadVmLevelFilesConfigInput

Description

Supported in v9.1+

link GraphQL Schema definition

  • input HypervDownloadVmLevelFilesConfigInput {
  • # Required. Supported in v9.1+
  • # Extensions of virtual machine configuration files to download.
  • configFileExtensions: [String!]!
  • # Required. Supported in v9.1+
  • # IDs of disks to download.
  • virtualDiskIds: [String!]!
  • }