Infoblox::Grid::Discovery::DiscoveryDataConversionResult - discovery data conversion result.
The object represents the result of the discovery data conversion. This is a read-only object.
The object does not support any session methods.
object()
Use this method to retrieve the reference to the converted object.
None
The method returns the attribute value.
#Get value my $object = $conversion_result->object();
address()
Use this method to retrieve the reference to the Infoblox::IPAM::Address object that has been converted.
None
The method returns the attribute value.
#Get value my $address = $conversion_result->address();
status()
Use this method to retrieve the status of the conversion operation.
None
The method returns the attribute value.
#Get value my $status = $conversion_result->status();
message()
Use this method to retrieve the detailed status of the conversion operation. This could contain either the error or success message.
None
The method returns the attribute value.
#Get value my $message = $conversion_result->message();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Discovery, Infoblox::IPAM::Address.
Copyright (c) 2017 Infoblox Inc.