Infoblox::DTC::Query::Result - A DTC Query result object.


NAME

Infoblox::DTC::Query::Result - A DTC Query result object.


DESCRIPTION

A DTC Query function call result object.


SESSION METHODS

The object does not support any session methods. It is retrieved as a part of the DTC Query response object.


METHODS

override_ttl( )

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.

Parameter

None

Returns

The method returns the attribute value, which can be 'true' or 'false'.

Example
 #get override_ttl value
 my $override_ttl = $result->override_ttl();

ttl( )

Use this method to retrieve a TTL value. This is a read-only attribute.

Parameter

None

Returns

The valid return value is an unsigned integer.

Example
 #get ttl value
 my $ttl = $result->ttl();

rdata( )

Use this method to retrieve DNS record data. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 #get rdata value
 my $rdata = $result->rdata();

type( )

Use this method to retrieve the DNS record type. This is a read-only attribute.

Parameter

None

Returns

The valid return values are 'A', 'AAAA', 'CNAME' and 'NAPTR'.

Example
 #get type value
 my $type = $result->type();


AUTHOR

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


SEE ALSO

Infoblox::DTC->query(), Infoblox::DTC::Response.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.