Infoblox::DTC::Query::Response - A DTC query call response object.
A DTC query call response object.
The object does not support any session methods. It is retrieved as a result of a DTC query call.
Use this method to perform a DTC query on a member.
The valid value is an Infoblox::DTC::Query::Parameters object.
The method returns an Infoblox::DTC::Query::Response when operation succeeds, and returns 'false' when the operation fails.
#perform DTC query my $response = $dtc->query($params);
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Use this method to retrieve an array of query call records. This is a read-only attribute.
None
The valid return value is an array of Infoblox::DTC::Query::Result objects.
#get records value my @records = $response->records();
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.