| Package | Description |
|---|---|
| com.vmware.vim25.mox |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineDeviceManager.VirtualNetworkAdapterType |
VirtualMachineDeviceManager.VirtualNetworkAdapterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineDeviceManager.VirtualNetworkAdapterType[] |
VirtualMachineDeviceManager.VirtualNetworkAdapterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachineDeviceManager.createNetworkAdapter(VirtualMachineDeviceManager.VirtualNetworkAdapterType type,
String networkName,
String macAddress,
boolean wakeOnLan,
boolean startConnected)
Create a new virtual network adapter on the VM
Your MAC address should start with 00:50:56
|
Copyright © 2011-2012. All Rights Reserved.