INPUT_OBJECT

HypervRestoreFileConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HypervRestoreFileConfigInput {
  • # Required. Supported in v5.0+
  • # Absolute file path.
  • path: String!
  • # Required. Supported in v5.0+
  • # Directory of folder to copy files into.
  • restorePath: String!
  • }