Get Virtual Switch Extension
This Automation Manager object get the extensions of a virtual switch. These extensions may be of different types, and may be either enabled or disabled. The retrieved extension object
does not contain embedded objects for features, or an array of feature IDs.
Input Parameters
Switch Name |
String |
Yes |
Specifies the name of the virtual switch from which the extensions are to be retrieved. |
Output Parameters
Switch Extensions |
Array |
Array containing switch extension information. |
Switch Extensions Row Count |
Number |
Number of entries within switch extensions array. |
ID |
String |
ID of the switch extension (GUID). |
Name |
String |
Name of the switch extension. |
Vendor |
String |
Vendor for the switch extension. |
Version |
String |
Version of the switch extension. |
Extension Type |
String |
Type of switch extension. |
Parent Extension ID |
String |
GUID of the parent switch extension. |
Parent Extension Name |
String |
Name of the parent switch extension. |
Switch ID |
String |
GUID of the vswitch. |
Switch Name |
String |
Name of the vswitch. |
Computer Name |
String |
Host name. |
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Switch Name |
String |
Yes |
VMSwitch001 |