Skip to main content

Module network

Module network 

Source
Expand description

/network-interfaces/{id} PUT and PATCH bodies.

Per 21-api-compat-matrix.md /network-interfaces/{id} PUT:

  • iface_id^[A-Za-z0-9_]{1,64}$.
  • host_dev_nameP deviation: mapped to a vmnet handle name squib-tap-<iface_id>; literal Linux TAP names are not honored.
  • guest_mac — auto-generated if missing.
  • rx_rate_limiter, tx_rate_limiter — passthrough validated structurally.

Structs§

NetworkInterfaceConfig
Validated /network-interfaces/{id} PUT body.
NetworkPatch
Validated /network-interfaces/{id} PATCH body.
RawNetworkInterfaceConfig
Raw /network-interfaces/{id} PUT body off the wire.
RawNetworkPatch
Raw /network-interfaces/{id} PATCH body.