Infoblox::Grid::Member::QueryFQDNResponse - A FQDN query response.
A FQDN query call response objects. This object is returned from Infoblox::Session->query_fqdn_on_member() function call.
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Note that this is a read-only object.
Use this method to set or retrieve a dig request return code.
The method returns the attribute value, which can be 'NOERROR', 'FORMERR', 'SERVFAIL', 'NXDOMAIN', 'NOTIMP', 'REFUSED' or 'INTERNAL_ERROR'.
#Get result value my $result = $object->result();
Use this method to set or retrieve a dig result multilined text.
The method returns the attribute value, a dig result text in string format.
#Get result_text value my $result_text = $object->result_text();
Use this method to set or retrieve a timestamp since dig started.
The method returns the attribute value, the number of seconds that have elapsed since January 1st, 1970.
#Get dig_started value my $dig_started = $object->dig_started();
Use this method to set or retrieve a source IP address of the query.
The method returns the attribute value, the IP address in string format.
#Get source_address value my $source_address = $object->source_address();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Session->query_fqdn_on_member()
Copyright (c) 2017 Infoblox Inc.