DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Update the specified NIC to be the default NIC for the specified VM.
The NIC is only updated in the CloudStack dB and the default NIC must be updated on the VM also. An alert is popped for the user to manually update the NIC.
parameter | description | required |
|---|---|---|
virtualmachineid | Virtual Machine ID | true |
nicid | NIC ID | true |
Event Type: NIC.UPDATE
4 Events are generated: 2 for Assigning and 2 for removal because of the swapping of the default NICs.
Will throw an exception and fail when trying to set the current default NIC.
Will throw an exception and fail if NIC is not a NIC for the specified VM.
...