Versions Compared

Key

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

...

The VM Get Virtual Ethernet Device activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Virtual Device Name (text box editor type) (type: string): the virtual device name. 
    The value can also be obtained from activity: VM List Virtual Ethernet Devices using the following steps:
    • use a VM List Virtual Ethernet Devices activity to extract the Virtual Device Name. Iterate through the output collection of details or use the first virtual ethernet device and extract the Name using Get Element From Collection activity and index 1:


    • bind the obtained VirtualDeviceName (stored in variable) to the Virtual Device Name parameter:

  • Virtual Machine ID (text box editor type) (type: string): the virtual machine on which the Virtual Ethernet Device can be found.
    The value can also be obtained from activity: Get VM using the following steps:
    • use a Get VM activity to extract the VM ID:
    • bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM Get Virtual Ethernet Device activity:

...