github.com/gophercloud/gophercloud@v1.11.0/openstack/compute/v2/extensions/resetnetwork/doc.go (about) 1 /* 2 Package resetnetwork provides functionality to reset the network of a server 3 that has been provisioned by the OpenStack Compute service. This action 4 requires admin privileges and Nova configured with a Xen hypervisor driver. 5 6 Example to Reset a Network of a Server 7 8 serverID := "47b6b7b7-568d-40e4-868c-d5c41735532e" 9 err := resetnetwork.ResetNetwork(client, id).ExtractErr() 10 if err != nil { 11 panic(err) 12 } 13 */ 14 package resetnetwork