Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API is the concrete implementation of the api end point for loud image metadata manipulations.
func NewAPI ¶
func NewAPI( st *state.State, resources facade.Resources, authorizer facade.Authorizer, ) (*API, error)
NewAPI returns a new cloud image metadata API facade.
func (*API) Delete ¶
func (api *API) Delete(images params.MetadataImageIds) (params.ErrorResults, error)
Delete deletes cloud image metadata for given image ids. It supports bulk calls.
func (*API) List ¶
func (api *API) List(filter params.ImageMetadataFilter) (params.ListCloudImageMetadataResult, error)
List returns all found cloud image metadata that satisfy given filter. Returned list contains metadata ordered by priority.
func (*API) Save ¶
func (api *API) Save(metadata params.MetadataSaveParams) (params.ErrorResults, error)
Save stores given cloud image metadata. It supports bulk calls.
Click to show internal directories.
Click to hide internal directories.