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

Struct nicOVN

internal/server/device/nic_ovn.go:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type nicOVN struct {
56 deviceCommon
57
58 network ovnNet // Populated in validateConfig().
59
60 ovnnb *ovn.NB
61 ovnsb *ovn.SB
62}
63
64// CanHotPlug returns whether the device can be managed whilst the instance is running.
65func (d *nicOVN) CanHotPlug() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected