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