Vm Hardware Ethernet APIs

Vm Hardware Ethernet APIs

The Ethernet service provides operations for configuring the virtual Ethernet adapters of a virtual machine.

Operations
POST
Connect Vm Nic Ethernet
Connects a virtual Ethernet adapter of a powered-on virtual machine to its backing. Connecting the virtual device makes the backing accessible from the perspective of the guest operating system. For a powered-off virtual machine, the Ethernet.update operation may be used to configure the virtual Ethernet adapter to start in the connected state when the virtual machine is powered on.
POST
Create Vm Hardware Ethernet
Adds a virtual Ethernet adapter to the virtual machine.
GET
List Vm Hardware Ethernet
Returns commonly used information about the virtual Ethernet adapters belonging to the virtual machine.
DELETE
Delete Vm Nic Hardware Ethernet
Removes a virtual Ethernet adapter from the virtual machine.
GET
Get Vm Nic Hardware Ethernet
Returns information about a virtual Ethernet adapter.
PATCH
Update Vm Nic Hardware Ethernet
Updates the configuration of a virtual Ethernet adapter.
POST
Disconnect Vm Nic Ethernet
Disconnects a virtual Ethernet adapter of a powered-on virtual machine from its backing. The virtual device is still present and its backing configuration is unchanged, but from the perspective of the guest operating system, the Ethernet adapter is not connected to its backing resource. For a powered-off virtual machine, the Ethernet.update operation may be used to configure the virtual Ethernet adapter to start in the disconnected state when the virtual machine is powered on.