Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func AssociateFloatingIP(t *testing.T, client *gophercloud.ServiceClient, ...) error + func AssociateFloatingIPWithFixedIP(t *testing.T, client *gophercloud.ServiceClient, ...) error + func CreateAggregate(t *testing.T, client *gophercloud.ServiceClient) (*aggregates.Aggregate, error) + func CreateBootableVolumeServer(t *testing.T, client *gophercloud.ServiceClient, ...) (*servers.Server, error) + func CreateDefaultRule(t *testing.T, client *gophercloud.ServiceClient) (dsr.DefaultRule, error) + func CreateFlavor(t *testing.T, client *gophercloud.ServiceClient) (*flavors.Flavor, error) + func CreateFloatingIP(t *testing.T, client *gophercloud.ServiceClient) (*floatingips.FloatingIP, error) + func CreateKeyPair(t *testing.T, client *gophercloud.ServiceClient) (*keypairs.KeyPair, error) + func CreateMultiEphemeralServer(t *testing.T, client *gophercloud.ServiceClient, ...) (*servers.Server, error) + func CreatePrivateFlavor(t *testing.T, client *gophercloud.ServiceClient) (*flavors.Flavor, error) + func CreateSecurityGroup(t *testing.T, client *gophercloud.ServiceClient) (secgroups.SecurityGroup, error) + func CreateSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, securityGroupID string) (secgroups.Rule, error) + func CreateServer(t *testing.T, client *gophercloud.ServiceClient) (*servers.Server, error) + func CreateServerGroup(t *testing.T, client *gophercloud.ServiceClient, policy string) (*servergroups.ServerGroup, error) + func CreateServerInServerGroup(t *testing.T, client *gophercloud.ServiceClient, ...) (*servers.Server, error) + func CreateServerWithPublicKey(t *testing.T, client *gophercloud.ServiceClient, keyPairName string) (*servers.Server, error) + func CreateServerWithoutImageRef(t *testing.T, client *gophercloud.ServiceClient) (*servers.Server, error) + func CreateVolumeAttachment(t *testing.T, client *gophercloud.ServiceClient, ...) (*volumeattach.VolumeAttachment, error) + func DeleteAggregate(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteDefaultRule(t *testing.T, client *gophercloud.ServiceClient, defaultRule dsr.DefaultRule) + func DeleteFlavor(t *testing.T, client *gophercloud.ServiceClient, flavor *flavors.Flavor) + func DeleteFloatingIP(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteKeyPair(t *testing.T, client *gophercloud.ServiceClient, keyPair *keypairs.KeyPair) + func DeleteSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, rule secgroups.Rule) + func DeleteServer(t *testing.T, client *gophercloud.ServiceClient, server *servers.Server) + func DeleteServerGroup(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteVolumeAttachment(t *testing.T, client *gophercloud.ServiceClient, ...) + func DisassociateFloatingIP(t *testing.T, client *gophercloud.ServiceClient, ...) + func FillUpdateOptsFromQuotaSet(src quotasets.QuotaSet, dest *quotasets.UpdateOpts) + func GetNetworkIDFromNetworks(t *testing.T, client *gophercloud.ServiceClient, networkName string) (string, error) + func GetNetworkIDFromTenantNetworks(t *testing.T, client *gophercloud.ServiceClient, networkName string) (string, error) + func ImportPublicKey(t *testing.T, client *gophercloud.ServiceClient, publicKey string) (*keypairs.KeyPair, error) + func ResizeServer(t *testing.T, client *gophercloud.ServiceClient, server *servers.Server) error + func WaitForComputeStatus(client *gophercloud.ServiceClient, server *servers.Server, status string) error