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

Interface NICState

internal/server/device/device_interface.go:86–88  ·  view source on GitHub ↗

NICState provides the ability to access NIC state.

Source from the content-addressed store, hash-verified

84
85// NICState provides the ability to access NIC state.
86type NICState interface {
87 State() (*api.InstanceStateNetwork, error)
88}

Callers 8

instanceConsolePostFunction · 0.65
instanceConsoleLogGetFunction · 0.65
instanceConsoleLogDeleteFunction · 0.65
storagePoolBucketsGetFunction · 0.65
storagePoolBucketGetFunction · 0.65
storagePoolBucketsPostFunction · 0.65
storagePoolBucketPutFunction · 0.65
storagePoolBucketDeleteFunction · 0.65

Implementers 8

commoninternal/server/network/driver_common.
ovninternal/server/network/driver_ovn.go
nicBridgedinternal/server/device/nic_bridged.go
nicOVNinternal/server/device/nic_ovn.go
qemuinternal/server/instance/drivers/drive
lxcinternal/server/instance/drivers/drive
heartbeatFixtureinternal/server/cluster/heartbeat_test
Daemoncmd/incusd/daemon.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…