# File lib/fog/rackspace/requests/networking_v2/create_port.rb, line 5 def create_port(port) data = {:port => port.attributes} request( :method => 'POST', :body => Fog::JSON.encode(data), :path => "ports", :expects => 201 ) end