Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + func CreateBackup(t *testing.T, client *gophercloud.ServiceClient, volumeID string) (*backups.Backup, error) + func CreateSnapshot(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) (*snapshots.Snapshot, error) + func CreateUploadImage(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) (volumes.VolumeImage, error) + func CreateVolume(t *testing.T, client *gophercloud.ServiceClient) (*volumes.Volume, error) + func CreateVolumeAttach(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume, ...) error + func CreateVolumeFromImage(t *testing.T, client *gophercloud.ServiceClient) (*volumes.Volume, error) + func CreateVolumeReserve(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) error + func DeleteBackup(t *testing.T, client *gophercloud.ServiceClient, backupID string) + func DeleteSnapshot(t *testing.T, client *gophercloud.ServiceClient, snapshot *snapshots.Snapshot) + func DeleteUploadedImage(t *testing.T, client *gophercloud.ServiceClient, imageID string) error + func DeleteVolume(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) + func DeleteVolumeAttach(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) + func DeleteVolumeReserve(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) + func ExtendVolumeSize(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) error + func ResetBackupStatus(t *testing.T, client *gophercloud.ServiceClient, backup *backups.Backup, ...) error + func ResetVolumeStatus(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume, ...) error + func SetBootable(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) error + func SetImageMetadata(t *testing.T, client *gophercloud.ServiceClient, volume *volumes.Volume) error + func WaitForBackupStatus(client *gophercloud.ServiceClient, id, status string) error