INPUT_OBJECT

NutanixPatchVmMountConfigInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input NutanixPatchVmMountConfigInput {
  • # Required. Supported in v6.0+
  • # Specifies whether to power on the mounted virtual machine. When set to true, the
  • # virtual machine will be powered on. When set to false, the virtual machine will
  • # be powered off.
  • shouldPowerOn: Boolean!
  • }