INPUT_OBJECT

VolumeGroupRestoreFilesConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VolumeGroupRestoreFilesConfigInput {
  • # Supported in v5.0+
  • # Windows Host ID to restore files to. If left empty, the host ID of the Volume
  • # Group will be used.
  • targetHostId: String
  • # Required. Supported in v5.0+
  • # Directory of folder to copy files into.
  • restoreConfigs: [VolumeGroupRestoreFileConfigInput!]!
  • }