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

Method State

internal/server/device/device_interface.go:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

instanceConsolePostFunction · 0.65
instanceConsoleLogGetFunction · 0.65
instanceConsoleLogDeleteFunction · 0.65
storagePoolBucketsGetFunction · 0.65
storagePoolBucketGetFunction · 0.65
storagePoolBucketsPostFunction · 0.65
storagePoolBucketPutFunction · 0.65
storagePoolBucketDeleteFunction · 0.65
storagePoolBucketKeysGetFunction · 0.65
storagePoolBucketKeyGetFunction · 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