# File lib/fog/vsphere/models/compute/networks.rb, line 17 def get(id) requires :datacenter new service.get_network(id, datacenter) end