if nics = data[:firewall_rules]['items'].select do |attrib|
            attrib['datacenter_id'] == datacenter_id && attrib['server_id'] == server_id && attrib['nic_id'] == nic_id
          end
          else
            raise Fog::Errors::NotFound, 'The resource could not be found'