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.
  • config: OpenstackRestoreFilesConfigInput!
  • # Required. ID assigned to an OpenStack virtual machine snapshot object.
  • id: String!
  • }

link Require by