# File lib/fog/baremetal/openstack/models/port.rb, line 18
        def create
          requires :address, :node_uuid
          merge_attributes(service.create_port(attributes).body)
          self
        end