INPUT_OBJECT

NutanixInplaceExportConfigInput

link GraphQL Schema definition

  • input NutanixInplaceExportConfigInput {
  • # Specifies whether to start the virtual machine after the in-place export.
  • powerOn: Boolean
  • # Required. The ID of the storage container that stores the in-place export
  • # virtual machine's disks.
  • containerNaturalId: String!
  • }