OBJECT
VappInstantRecoveryOptions
Description
Supported in v5.0+
link GraphQL Schema definition
- type VappInstantRecoveryOptions {
- # Required. Supported in v5.0+
- # An array of network connections available through the specified vApp object.
- : [VappNetworkSummary!]!
- # Required. Supported in v5.0+
- # An array of virtual machines that can be restored and their associated default
- # network connections.
- : [VappVmRestoreSpec!]!
- }