Versions Compared

Key

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

...

The VM Get Virtual CDRoms 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 (Enter the ID of the virtual machine or bind this parameter with the output parameter from Get VM activity)..
    The value can also be obtained from activity: Get VM using the following steps:
    • use a Get VM activity to extract the VM ID:
      Image Added
    • bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual CDRoms activity:
      Image Added

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

  • Output (type: collection>collection<string>>): outputs a collection of sub-collections containing information about Virtual CDRom Devices.
  • Output Controller Keys (type: collection<int32>): outputs a collection of Keys from the found Devices.
 

Image Removed

 

In order to extract the values from the DeviceDetails collection, For Each and Get Element From Collection activities should be used:

Image AddedImage Added

 

Execution: The example below is an execution where all virtual CDRoms are listed for VirtualMachine with ID vm-25:

Image Added



 

VM List Virtual Disks

This activity lists all the Virtual Disks from the specified Virtual Machine.

...

The VM List Virtual Disks 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 (Enter the ID of the virtual machine or bind this parameter with the output parameter from Get VM activity)..
    The value can also be obtained from activity: Get VM using the following steps:
    • use a Get VM activity to extract the VM ID:
      Image Added
    • bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual Disks activity:
      Image Added

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

  • Output (type: collection>collection<string>>): outputs a collection of sub-collections containing information about Virtual Disk Devices.
  • Output Devices Keys (type: collection<int32>): outputs a collection of Keys from the found Devices.

Image Removed

 

VM List Virtual Ethernet Devices

...


In order to extract the values from the DeviceDetails collection, For Each and Get Element From Collection activities should be used:

Image AddedImage Added

 

Execution: The example below is an execution where all virtual disks are listed for VirtualMachine with ID vm-25:

Image Added



 

VM List Virtual Ethernet Devices

This activity lists all the Virtual Ethernet Devices from the specified Virtual Machine.

Activity Parameters

The VM List Virtual Ethernet Devices 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 (Enter the ID of the virtual machine or bind this parameter with the output parameter from Get VM activity)..
    The value can also be obtained from activity: Get VM using the following steps:
    • use a Get VM activity to extract the VM ID:
      Image Added
    • bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual Ethernet Devices activity:
      Image Added

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

  • Output (type: collection>collection<string>>): outputs a collection of sub-collections containing information about Virtual Ethernet Devices.
  • Output Devices Keys (type: collection<int32>): outputs a collection of Keys from the found Devices.
 

In order to extract the values from the DeviceDetails collection, For Each and Get Element From Collection activities should be used:

 

Image RemovedImage AddedImage Added

 

Execution: The example below is an execution where all virtual disks are listed for VirtualMachine with ID vm-25:

Image Added

 

 

VM Remove Virtual CDRom

...