Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type CreateOpts struct + Name ImportMethod + URI string + func (opts CreateOpts) ToImportCreateMap() (map[string]any, error) + type CreateOptsBuilder interface + ToImportCreateMap func() (map[string]any, error) + type CreateResult struct + func Create(ctx context.Context, client *gophercloud.ServiceClient, imageID string, ...) (r CreateResult) + type GetResult struct + func Get(ctx context.Context, c *gophercloud.ServiceClient) (r GetResult) + func (r GetResult) Extract() (*ImportInfo, error) + type ImportInfo struct + ImportMethods ImportMethods + type ImportMethod string + const GlanceDirectMethod + const WebDownloadMethod + type ImportMethods struct + Description string + Type string + Value []string