vcenter vm hardware ethernet: update spec

The update_spec structure describes the updates to be made to the configuration of a virtual Ethernet adapter.

Representation:

{
    "allow_guest_control"true,
    "backing"{
        "distributed_port""string",
        "network""obj-103",
        "type""STANDARD_PORTGROUP"
    },
    "mac_address""string",
    "mac_type""MANUAL",
    "start_connected"true,
    "upt_compatibility_enabled"true,
    "wake_on_lan_enabled"true
}

Attributes:

Name Type Description
Optional
upt_compatibility_enabled boolean Flag indicating whether Universal Pass-Through (UPT) compatibility should be enabled on this virtual Ethernet adapter.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

Optional. If unset, the value is unchanged. Must be unset if the emulation type of the virtual Ethernet adapter is not VMXNE_t3.

mac_type string MAC address type.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

Optional. If unset, the value is unchanged.

mac_address string MAC address.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

Optional. If unset, the value is unchanged. Must be specified if vcenter.vm.hardware.ethernet.update_spec.mac_type is MANUAL. Must be unset if the MAC address type is not MANUAL.

wake_on_lan_enabled boolean Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

Optional. If unset, the value is unchanged.

backing backing_spec Physical resource backing for the virtual Ethernet adapter.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

Optional. If unset, the value is unchanged.

start_connected boolean Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

Optional. If unset, the value is unchanged.

allow_guest_control boolean Flag indicating whether the guest can connect and disconnect the device.

Optional. If unset, the value is unchanged.