INPUT_OBJECT

VsphereVmRecoverFilesNewInput

Description

Input for recovering files from snapshot.

link GraphQL Schema definition

  • input VsphereVmRecoverFilesNewInput {
  • # ID of a snapshot.
  • id: String!
  • # UUID used to identify the cluster the request goes to.
  • clusterUuid: UUID!
  • # Required. Configuration for the restore request.
  • config: RestoreFilesJobConfigInput!
  • # An object providing the parameters for the recovery of a snapshot and a next
  • # snapshot delta.
  • deltaRequest: DeltaRecoveryInput
  • }

link Require by