INPUT_OBJECT
RestoreOpenstackVmSnapshotFilesInput
Description
Input for restoring files from an OpenStack virtual machine snapshot.
link GraphQL Schema definition
- input RestoreOpenstackVmSnapshotFilesInput {
- # Required. Details containing file paths and target virtual machine information
- # for the restore operation.
- : OpenstackRestoreFilesConfigInput!
- # Required. ID assigned to an OpenStack virtual machine snapshot object.
- : String!
- }