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

Method GetStoragePool

client/interfaces.go:330–330  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

328 GetStoragePools() (pools []api.StoragePool, err error)
329 GetStoragePoolsWithFilter(filters []string) ([]api.StoragePool, error)
330 GetStoragePool(name string) (pool *api.StoragePool, ETag string, err error)
331 GetStoragePoolResources(name string) (resources *api.ResourcesStoragePool, err error)
332 CreateStoragePool(pool api.StoragePoolsPost) (err error)
333 UpdateStoragePool(name string, pool api.StoragePoolPut, ETag string) (err error)

Callers 15

UpdateInstanceConfigFunction · 0.65
daemonStorageValidateFunction · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65
setMethod · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by

no test coverage detected