Infoblox::DTC::Query::Response - A DTC query call response object.


NAME

Infoblox::DTC::Query::Response - A DTC query call response object.


DESCRIPTION

A DTC query call response object.


SESSION METHODS

The object does not support any session methods. It is retrieved as a result of a DTC query call.


MODULE METHODS


Infoblox::DTC->query( )

Use this method to perform a DTC query on a member.

Parameter

The valid value is an Infoblox::DTC::Query::Parameters object.

Returns

The method returns an Infoblox::DTC::Query::Response when operation succeeds, and returns 'false' when the operation fails.

Example
 #perform DTC query
 my $response = $dtc->query($params);


METHODS

This section describes all the methods that you can use to set or retrieve the attribute values of the object.

records( )

Use this method to retrieve an array of query call records. This is a read-only attribute.

Parameter

None

Returns

The valid return value is an array of Infoblox::DTC::Query::Result objects.

Example
 #get records value
 my @records = $response->records();


AUTHOR

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


SEE ALSO

Infoblox::DTC->query()


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.