Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func CreateSecurityService(t *testing.T, client *gophercloud.ServiceClient) (*securityservices.SecurityService, error) + func CreateShare(t *testing.T, client *gophercloud.ServiceClient) (*shares.Share, error) + func CreateShareNetwork(t *testing.T, client *gophercloud.ServiceClient) (*sharenetworks.ShareNetwork, error) + func CreateShareType(t *testing.T, client *gophercloud.ServiceClient) (*sharetypes.ShareType, error) + func CreateSnapshot(t *testing.T, client *gophercloud.ServiceClient, shareID string) (*snapshots.Snapshot, error) + func DeleteSecurityService(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteShare(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share) + func DeleteShareNetwork(t *testing.T, client *gophercloud.ServiceClient, shareNetworkID string) + func DeleteShareType(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteSnapshot(t *testing.T, client *gophercloud.ServiceClient, snapshot *snapshots.Snapshot) + func ExtendShare(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share, ...) error + func GetAccessRightsSlice(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share) ([]shares.AccessRight, error) + func GrantAccess(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share) (*shares.AccessRight, error) + func ListShares(t *testing.T, client *gophercloud.ServiceClient) ([]shares.Share, error) + func ListSnapshots(t *testing.T, client *gophercloud.ServiceClient) ([]snapshots.Snapshot, error) + func PrintMessages(t *testing.T, c *gophercloud.ServiceClient, id string) error + func RevokeAccess(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share, ...) error + func ShrinkShare(t *testing.T, client *gophercloud.ServiceClient, share *shares.Share, ...) error