INPUT_OBJECT
VappInstantRecoveryJobConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input VappInstantRecoveryJobConfigInput {
- # Supported in v5.0+
- # Boolean value that indicates whether to power on the recovered virtual machines
- # in a vApp after Instant Recovery. Use 'true' to turn the power on for the
- # recovered virtual machines or use 'false' to leave the power off for the virtual
- # machines.
- Boolean :
- # Required. Supported in v5.0+
- # An array containing the restore specification for an Instant Recovery of virtual
- # machines in a vApp snapshot.
- VappVmRestoreSpecInput!]! : [
- }