INPUT_OBJECT

MountExportSnapshotJobCommonOptionsV2Input

Description

Supported in v5.1+

link GraphQL Schema definition

  • input MountExportSnapshotJobCommonOptionsV2Input {
  • # Supported in v5.1+
  • # Sets the state of the network interfaces when the virtual machine is mounted or
  • # exported. Use 'false' to enable the network interfaces. Use 'true' to disable
  • # the network interfaces. Disabling the interfaces can prevent IP conflicts.
  • disableNetwork: Boolean
  • # Supported in v5.1+
  • # Determines whether the MAC addresses of the network interfaces on the source
  • # virtual machine are assigned to the new virtual machine. Set to 'true' to assign
  • # the original MAC addresses to the new virtual machine. Set to 'false' to assign
  • # new MAC addresses. The default is 'false'. When removeNetworkDevices is set to
  • # true, this property is ignored.
  • keepMacAddresses: Boolean
  • # Supported in v5.1+
  • # v5.1-v8.0: Determines whether the virtual machine should be powered on after
  • # mount or export. Set to 'true' to power on the virtual machine. Set to 'false'
  • # to mount or export the virtual machine but not power it on. The default is
  • # 'true'.
  • # v8.1+: Determines whether the virtual machine is powered on after a recovery
  • # operation. Set to 'true' to power on the virtual machine. Set to 'false' to
  • # recover the virtual machine but not power it on. The default value is 'false'
  • # for export and 'true' for Live Mount, Instance Recovery, and In-Place Recovery.
  • powerOn: Boolean
  • # Supported in v5.1+
  • # Determines whether to remove the network interfaces from the mounted or exported
  • # virtual machine. Set to 'true' to remove all network interfaces. The default
  • # value is 'false'.
  • removeNetworkDevices: Boolean
  • # Supported in v5.1+
  • # v5.1-v5.3: Name of the new VM created by mount or export
  • # v6.0-v8.0: Name of the new VM created by mount or export.
  • # v8.1+: Name of the new virtual machine created by mount or export.
  • vmName: String
  • }