...
The VM Get Virtual CDRoms activity parameters can be provided by manual inserted values or via IN arguments or variables:
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:
- bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual CDRoms activity:
- use a Get VM activity to extract the VM ID:
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.
In order to extract the values from the DeviceDetails collection, For Each and Get Element From Collection activities should be used:
Execution: The example below is an execution where all virtual CDRoms are listed for VirtualMachine with ID vm-25:
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:
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:
- bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual Disks activity:
- use a Get VM activity to extract the VM ID:
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.
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:
Execution: The example below is an execution where all virtual disks are listed for VirtualMachine with ID vm-25:
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:
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:
- bind the obtained VM ID (stored in variable) to the VirtualMachine ID field from VM List Virtual Ethernet Devices activity:
- use a Get VM activity to extract the VM ID:
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:
Execution: The example below is an execution where all virtual disks are listed for VirtualMachine with ID vm-25:
VM Remove Virtual CDRom
...