INPUT_OBJECT

NutanixRestoreFilesConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input NutanixRestoreFilesConfigInput {
  • # Supported in v9.0+
  • # Workload ID of the target AHV virtual machine, which is the destination for the
  • # recovered data.
  • targetVirtualMachineId: String
  • # Required. Supported in v5.0+
  • # Directory of folder to copy files into.
  • restoreConfig: [NutanixRestoreFileConfigInput!]!
  • }