Infoblox::Grid::TestResult - A result object returned by various test functions.


NAME

Infoblox::Grid::TestResult - A result object returned by various test functions.


DESCRIPTION

The result object represents the evaluation status for various test operations (eg Threat Analytics server connectivity, Threat Protection server connectivity).


SESSION METHODS

The object does not support any session methods.


METHODS

This section describes all the methods that you can use to retrieve the attribute values of a test result object.

error_message( )

Use this method to retrieve the single error messages returned by the test operation. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value, that is an error message in string format.

Example
 #Get error_message value
 my $error_message = $object->error_message();

error_messages( )

Use this method to retrieve the list of error messages returned by the test operation. This is a read-only attribute.

Parameter

None

Returns

The method returns an array reference that contains error messages in a string format.

Example
 #Get error_messages value
 my $error_messages = $object->error_messages();

overall_status( )

Use this method to retrieve the overall status returned by the test operation. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get overall_status value
 my $overall_status = $object->overall_status();


AUTHOR

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


SEE ALSO

Infoblox::Grid::ThreatProtection->test_threat_protection_server_connectivity(), Infoblox::Grid::ThreatAnalytics->test_threat_analytics_server_connectivity(),


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.