# File lib/fog/baremetal/openstack/models/ports.rb, line 24
        def find_by_uuid(uuid)
          new(service.get_port(uuid).body)
        end