package volumeattach

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach"

Package volumeattach provides the ability to attach and detach volume to instances to Rackspace servers

Index

Functions

func Create

func Create(client *gophercloud.ServiceClient, serverID string, opts os.CreateOptsBuilder) os.CreateResult

Create requests the creation of a new volume attachment on the server

func Delete

func Delete(client *gophercloud.ServiceClient, serverID, aID string) os.DeleteResult

Delete requests the deletion of a previous stored VolumeAttachment from the server.

func Get

func Get(client *gophercloud.ServiceClient, serverID, aID string) os.GetResult

Get returns public data about a previously created VolumeAttachment.

func List

func List(client *gophercloud.ServiceClient, serverID string) pagination.Pager

List returns a Pager that allows you to iterate over a collection of VolumeAttachments.

Source Files

delegate.go doc.go

Version
v1.1.8
Published
Feb 23, 2016
Platform
linux/amd64
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.