INPUT_OBJECT
NutanixInplaceExportConfigInput
Description
Supported in v9.3+
link GraphQL Schema definition
- input NutanixInplaceExportConfigInput {
- # Required. Supported in v9.3+
- # The ID of the storage container that stores the in-place export virtual
- # machine's disks.
- String! :
- # Supported in v9.3+
- # Specifies whether to start the virtual machine after the in-place export.
- Boolean :
- # Supported in v9.3+
- # Specifies whether to keep the rollback snapshot after the in-place export.
- Boolean :
- }