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

Functions

func ExtractExtensions

func ExtractExtensions(page pagination.Page) ([]common.Extension, error)

ExtractExtensions interprets a Page as a slice of Extensions.

func Get

Get retrieves information for a specific extension using its alias.

func List

List returns a Pager which allows you to iterate over the full collection of extensions. It does not accept query parameters.

Source Files

delegate.go doc.go

Directories

PathSynopsis
openstack/compute/v2/extensions/bootfromvolume
openstack/compute/v2/extensions/diskconfigPackage diskconfig provides information and interaction with the Disk Config extension that works with the OpenStack Compute service.
openstack/compute/v2/extensions/keypairsPackage 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.