package extensions
import "github.com/rackspace/gophercloud/openstack/compute/v2/extensions"
Package extensions provides information and interaction with the different extensions available for the OpenStack Compute service.
Index ¶
- func ExtractExtensions(page pagination.Page) ([]common.Extension, error)
- func Get(c *gophercloud.ServiceClient, alias string) common.GetResult
- func List(c *gophercloud.ServiceClient) pagination.Pager
Functions ¶
func ExtractExtensions ¶
func ExtractExtensions(page pagination.Page) ([]common.Extension, error)
ExtractExtensions interprets a Page as a slice of Extensions.
func Get ¶
func Get(c *gophercloud.ServiceClient, alias string) common.GetResult
Get retrieves information for a specific extension using its alias.
func List ¶
func List(c *gophercloud.ServiceClient) pagination.Pager
List returns a Pager which allows you to iterate over the full collection of extensions. It does not accept query parameters.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
openstack/compute/v2/extensions/bootfromvolume | |
openstack/compute/v2/extensions/diskconfig | Package diskconfig provides information and interaction with the Disk Config extension that works with the OpenStack Compute service. |
openstack/compute/v2/extensions/keypairs | Package keypairs provides information and interaction with the Keypairs extension for the OpenStack Compute service. |
- Version
- v1.0.0 (latest)
- Published
- Oct 28, 2014
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.