# Packages
No description provided by the author
# Functions
Complete will complete an attachment for a cinder volume.
Create will create a new Attachment based on the values in CreateOpts.
Delete will delete the existing Attachment with the provided ID.
ExtractAttachments extracts and returns Attachments.
ExtractAttachmentsInto similar to ExtractInto but operates on a List of attachments.
Get retrieves the Attachment with the provided ID.
List returns Attachments optionally limited by the conditions provided in ListOpts.
Update will update the Attachment with provided information.
WaitForStatus will continually poll the resource, checking for a particular status.
# Structs
Attachment contains all the information associated with an OpenStack Attachment.
AttachmentPage is a pagination.pager that is returned from a call to the List function.
CompleteResult contains the response body and error from a Complete request.
CreateOpts contains options for creating a Volume attachment.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
GetResult contains the response body and error from a Get request.
ListOpts holds options for listing Attachments.
UpdateOpts contain options for updating an existing Attachment.
UpdateResult contains the response body and error from an Update request.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.