package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

volumeattach unit tests.

# Functions

Create requests the creation of a new volume attachment on the server.
Delete requests the deletion of a previous stored VolumeAttachment from the server.
ExtractVolumeAttachments interprets a page of results as a slice of VolumeAttachment.
Get returns public data about a previously created VolumeAttachment.
List returns a Pager that allows you to iterate over a collection of VolumeAttachments.

# Structs

CreateOpts specifies volume attachment creation or import parameters.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
VolumeAttachment contains attachment information between a volume and server.
VolumeAttachmentPage stores a single page all of VolumeAttachment results from a List call.
VolumeAttachmentResult is the result from a volume attachment operation.

# Interfaces

CreateOptsBuilder allows extensions to add parameters to the Create request.