NAME
Net::Dynect::REST::ANYRecord - Find all records matching a name
SYNOPSIS
use Net::Dynect::REST:ANYRecord;
my @records = Net::Dynect::REST:ANYRecord->find(connection => $dynect,
zone => $zone, fqdn => $fqdn);
METHODS
Creating
- Net::Dynect::REST:ANYRecord->find(connection => $dynect, zone => $zone, fqdn => $fqdn);
-
This will return an array of objects that match the Name and Zone.
AUTHOR
James Bromberger, james@rcpt.to
SEE ALSO
Net::Dynect::REST, Net::Dynect::REST::Request, Net::Dynect::REST::Response, Net::Dynect::REST::info.
COPYRIGHT AND LICENSE
Copyright (C) 2010 by James Bromberger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.