INPUT_OBJECT

OpenstackRestoreFileConfigInput

Description

Settings for restoring a single file or folder from an OpenStack virtual machine snapshot.

link GraphQL Schema definition

  • input OpenstackRestoreFileConfigInput {
  • # Required. Absolute path of the source file or folder to restore.
  • path: String!
  • # Required. Absolute path of the target location for the restored file or folder.
  • restorePath: String!
  • }