Infoblox::DTC::Query::Result - A DTC Query result object.
A DTC Query function call result object.
The object does not support any session methods. It is retrieved as a part of the DTC Query response object.
Use this method to retrieve the attribute, which controls whether the TTL value of the object is used, instead of the Grid default. This is a read-only attribute.
None
The method returns the attribute value, which can be 'true' or 'false'.
#get override_ttl value my $override_ttl = $result->override_ttl();
Use this method to retrieve a TTL value. This is a read-only attribute.
None
The valid return value is an unsigned integer.
#get ttl value my $ttl = $result->ttl();
Use this method to retrieve DNS record data. This is a read-only attribute.
None
The method returns the attribute value.
#get rdata value my $rdata = $result->rdata();
Use this method to retrieve the DNS record type. This is a read-only attribute.
None
The valid return values are 'A', 'AAAA', 'CNAME' and 'NAPTR'.
#get type value my $type = $result->type();
Infoblox Inc. http://www.infoblox.com/
Infoblox::DTC->query(), Infoblox::DTC::Response.
Copyright (c) 2017 Infoblox Inc.