Infoblox::Grid::TestResult - A result object returned by various test functions.
The result object represents the evaluation status for various test operations (eg Threat Analytics server connectivity, Threat Protection server connectivity).
The object does not support any session methods.
This section describes all the methods that you can use to retrieve the attribute values of a test result object.
Use this method to retrieve the single error messages returned by the test operation. This is a read-only attribute.
None
The method returns the attribute value, that is an error message in string format.
#Get error_message value my $error_message = $object->error_message();
Use this method to retrieve the list of error messages returned by the test operation. This is a read-only attribute.
None
The method returns an array reference that contains error messages in a string format.
#Get error_messages value my $error_messages = $object->error_messages();
Use this method to retrieve the overall status returned by the test operation. This is a read-only attribute.
None
The method returns the attribute value.
#Get overall_status value my $overall_status = $object->overall_status();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::ThreatProtection->test_threat_protection_server_connectivity(), Infoblox::Grid::ThreatAnalytics->test_threat_analytics_server_connectivity(),
Copyright (c) 2017 Infoblox Inc.