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

Method GetProfiles

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

Source from the content-addressed store, hash-verified

303 GetProfilesAllProjectsWithFilter(filters []string) ([]api.Profile, error)
304 GetProfileNames() (names []string, err error)
305 GetProfiles() (profiles []api.Profile, err error)
306 GetProfilesWithFilter(filters []string) ([]api.Profile, error)
307 GetProfile(name string) (profile *api.Profile, ETag string, err error)
308 CreateProfile(profile api.ProfilesPost) (err error)

Callers 10

instancePostFunction · 0.65
doProfileUpdateInstanceFunction · 0.65
profilesGetFunction · 0.65
internalRecoverScanFunction · 0.65
internalMetricsFunction · 0.65
internalImportFromBackupFunction · 0.65
instancesPostFunction · 0.65
runDumpMethod · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls