Infoblox::Grid::Member::QueryFQDNResponse - A FQDN query response.


NAME

Infoblox::Grid::Member::QueryFQDNResponse - A FQDN query response.


DESCRIPTION

A FQDN query call response objects. This object is returned from Infoblox::Session->query_fqdn_on_member() function call.


METHODS

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.

result( )

Use this method to set or retrieve a dig request return code.

Returns

The method returns the attribute value, which can be 'NOERROR', 'FORMERR', 'SERVFAIL', 'NXDOMAIN', 'NOTIMP', 'REFUSED' or 'INTERNAL_ERROR'.

Example
 #Get result value
 my $result = $object->result();

result_text( )

Use this method to set or retrieve a dig result multilined text.

Returns

The method returns the attribute value, a dig result text in string format.

Example
 #Get result_text value
 my $result_text = $object->result_text();

dig_started( )

Use this method to set or retrieve a timestamp since dig started.

Returns

The method returns the attribute value, the number of seconds that have elapsed since January 1st, 1970.

Example
 #Get dig_started value
 my $dig_started = $object->dig_started();

source_address( )

Use this method to set or retrieve a source IP address of the query.

Returns

The method returns the attribute value, the IP address in string format.

Example
 #Get source_address value
 my $source_address = $object->source_address();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::Session->query_fqdn_on_member()


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.