# File lib/fog/network/openstack/models/port.rb, line 20 def create requires :network_id merge_attributes(service.create_port(network_id, attributes).body['port']) self end