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

Method RenameNetworkIntegration

client/interfaces.go:288–288  ·  view source on GitHub ↗
(name string, integration api.NetworkIntegrationPost)

Source from the content-addressed store, hash-verified

286 CreateNetworkIntegration(integration api.NetworkIntegrationsPost) (err error)
287 UpdateNetworkIntegration(name string, integration api.NetworkIntegrationPut, ETag string) (err error)
288 RenameNetworkIntegration(name string, integration api.NetworkIntegrationPost) (err error)
289 DeleteNetworkIntegration(name string) (err error)
290
291 // Operation functions

Callers 2

networkIntegrationPostFunction · 0.65
runMethod · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by

no test coverage detected