INPUT_OBJECT
OpenstackRestoreFilesConfigInput
Description
Settings for restoring multiple files and folders from an OpenStack virtual machine snapshot.
link GraphQL Schema definition
- input OpenstackRestoreFilesConfigInput {
- # Required. Array containing the full path of the source and target location for
- # each file being restored.
- : [OpenstackRestoreFileConfigInput!]!
- # Workload ID of the target virtual machine, which is the destination for the
- # recovered data.
- : String
- }