INPUT_OBJECT

VsphereVmInitiateBatchInstantRecoveryInput

Description

Input for batch instant recovery for vSphere.

link GraphQL Schema definition

  • input VsphereVmInitiateBatchInstantRecoveryInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. An array of configuration objects. Each object includes an identifier
  • # for the virtual machine, an identifier for the snapshot of the virtual machine,
  • # and the configuration for the virtual machine snapshot for Instant Recovery.
  • config: BatchInstantRecoveryJobConfigInput!
  • }

link Require by