package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Attach is a method to mount a disk to a specified cloud server.
Detach is a method to unmount a disk from a specified cloud server.
Get is a method to obtain the detail of volume attachment for specified cloud server.
List is a method to obtain the list of volume attachment details for specified cloud server.
# Structs
AttachOpts is the structure required by the Attach method to mount the disk.
DetachOpts is the structure required by the Detach method to unmount a disk from the cloud server.
No description provided by the author
No description provided by the author
No description provided by the author
VolumeAttachment is the structure of the detail of disk mounting.