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

Function ObjectNetworkIntegration

internal/server/auth/authorization_objects.go:312–315  ·  view source on GitHub ↗

ObjectNetworkIntegration represents a network integration.

(networkIntegrationName string)

Source from the content-addressed store, hash-verified

310
311// ObjectNetworkIntegration represents a network integration.
312func ObjectNetworkIntegration(networkIntegrationName string) Object {
313 object, _ := NewObject(ObjectTypeNetworkIntegration, "", networkIntegrationName)
314 return object
315}
316
317// ObjectNetworkZone represents a network zone.
318func ObjectNetworkZone(projectName string, networkZoneName string) Object {

Callers 5

networkIntegrationsGetFunction · 0.92
networkIntegrationGetFunction · 0.92
AddNetworkIntegrationMethod · 0.85

Calls 1

NewObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…