Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The VM Export activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Virtual Machine ID (text box editor type) (type: string): the virtual machine you want to export(Enter the ID of the virtual machine or bind this parameter with the output parameter from Get VM activity). E.g "vm-100"
  • Destination Folder Path (text box editor type) (type: string): the path of the folder where you wish to export the VM.  

 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output Devices Path (type: list<string>): outputs 'true' if the specified VM exists, otherwise 'false'.
  • Output OVF Path (type: string): outputs the path to the OVF file.

 

 

VM Get

This activity gets and returns the specified virtual machine.

...