INPUT_OBJECT
VsphereVmBatchInPlaceRecoveryInput
Description
Input for batch in place recovery for vSphere virtual machines.
link GraphQL Schema definition
- input VsphereVmBatchInPlaceRecoveryInput {
- # Required. UUID used to identify the cluster the request goes to.
- 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 in-place recovery.
- BatchInPlaceRecoveryJobConfigInput! :
- }