Documentation ¶
Overview ¶
Package volumeattach provides the ability to attach and detach volume to instances to Rackspace servers
Index ¶
- func Create(client *gophercloud.ServiceClient, serverID string, opts os.CreateOptsBuilder) os.CreateResult
- func Delete(client *gophercloud.ServiceClient, serverID, aID string) os.DeleteResult
- func Get(client *gophercloud.ServiceClient, serverID, aID string) os.GetResult
- func List(client *gophercloud.ServiceClient, serverID string) pagination.Pager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.