INPUT_OBJECT
VsphereVmRecoverFilesNewInput
Description
Input for recovering files from snapshot.
link GraphQL Schema definition
- input VsphereVmRecoverFilesNewInput {
- # UUID used to identify the cluster the request goes to.
- : UUID!
- # Required. Configuration for the restore request.
- : RestoreFilesJobConfigInput!
- # An object providing the parameters for the recovery of a snapshot and a next
- # snapshot delta.
- : DeltaRecoveryInput
- # ID of a snapshot.
- : String!
- }