if nic = data[:nics]["items"].find do |attribute|
            attribute["datacenter_id"] == datacenter_id && attribute["server_id"] == server_id && attribute["id"] == nic_id
          end
          else
            raise Fog::Errors::NotFound, "The requested nic resource could not be found"