Infoblox::Grid::Discovery::JobProcessDetails - job process details object.
The object provides discovery job processing logs related to a given task.
The object does not support any session methods.
Use this method to retrieve the ending line of the returned stream. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $value = $process_details->end_line();
Use this method to retrieve the indicator of session status. This is a read-only attribute.
None
The method returns the attribute value that can be "INPROGRESS", "COMPLETED" and "FAILED".
#Get value my $value = $process_details->status();
Use this method to retrieve the job process log stream. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $value = $process_details->stream();
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.