Infoblox::Grid::Discovery::JobProcessDetails - job process details object.


NAME

Infoblox::Grid::Discovery::JobProcessDetails - job process details object.


DESCRIPTION

The object provides discovery job processing logs related to a given task.


SESSION METHODS

The object does not support any session methods.


METHODS

end_line( )

Use this method to retrieve the ending line of the returned stream. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get value
 my $value = $process_details->end_line();

status( )

Use this method to retrieve the indicator of session status. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value that can be "INPROGRESS", "COMPLETED" and "FAILED".

Example
 #Get value
 my $value = $process_details->status();

stream( )

Use this method to retrieve the job process log stream. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get value
 my $value = $process_details->stream();


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.