INPUT_OBJECT

VsphereVmInitiateBatchLiveMountV2Input

Description

Input for live mounting multiple vSphere snapshots.

link GraphQL Schema definition

  • input VsphereVmInitiateBatchLiveMountV2Input {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Configuration object containing an array of virtual machine IDs,
  • # providing a way to indicate the selected snapshot and the mount configurations.
  • config: BatchMountSnapshotJobConfigV2Input!
  • }

link Require by