Infoblox::Grid::Discovery::DiscoveryDataConversionResult - discovery data conversion result.


NAME

Infoblox::Grid::Discovery::DiscoveryDataConversionResult - discovery data conversion result.


DESCRIPTION

The object represents the result of the discovery data conversion. This is a read-only object.


SESSION METHODS

The object does not support any session methods.


METHODS

object()

Use this method to retrieve the reference to the converted object.

Parameter

None

Returns

The method returns the attribute value.

Example
 #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.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get value
 my $address = $conversion_result->address();

status()

Use this method to retrieve the status of the conversion operation.

Parameter

None

Returns

The method returns the attribute value.

Example
 #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.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get value
 my $message = $conversion_result->message();


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery, Infoblox::IPAM::Address.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.