MCPcopy
hub / github.com/lxc/incus / nicBridged

Struct nicBridged

internal/server/device/nic_bridged.go:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type nicBridged struct {
52 deviceCommon
53
54 network network.Network // Populated in validateConfig().
55}
56
57// CanHotPlug returns whether the device can be managed whilst the instance is running. Returns true.
58func (d *nicBridged) CanHotPlug() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected