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.
  • containerNaturalId: String!
  • # Supported in v9.3+
  • # Specifies whether to start the virtual machine after the in-place export.
  • powerOn: Boolean
  • # Supported in v9.3+
  • # Specifies whether to keep the rollback snapshot after the in-place export.
  • shouldKeepRollbackSnapshot: Boolean
  • }