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

Method GetServer

client/interfaces.go:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 // Server functions
78 GetMetrics() (metrics string, err error)
79 GetServer() (server *api.Server, ETag string, err error)
80 GetServerResources() (resources *api.Resources, err error)
81 UpdateServer(server api.ServerPut, ETag string) (err error)
82 ApplyServerPreseed(config api.InitPreseed) error

Callers 15

HasConnectivityFunction · 0.65
TestNewNotifierFunction · 0.65
serverSetupUserFunction · 0.65
doAPI10UpdateFunction · 0.65
TestCluster_BootstrapFunction · 0.65
EnableNetworkingMethod · 0.65
networksPostClusterFunction · 0.65
storagePoolsPostClusterFunction · 0.65
storagePoolDeleteFunction · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by 5

TestNewNotifierFunction · 0.52
TestCluster_BootstrapFunction · 0.52
EnableNetworkingMethod · 0.52