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_name—Pdeviation: mapped to a vmnet handle namesquib-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§
- Network
Interface Config - Validated
/network-interfaces/{id}PUT body. - Network
Patch - Validated
/network-interfaces/{id}PATCH body. - RawNetwork
Interface Config - Raw
/network-interfaces/{id}PUT body off the wire. - RawNetwork
Patch - Raw
/network-interfaces/{id}PATCH body.