Backup-Omni

 view release on metacpan or  search on metacpan

lib/Backup/Omni/Session/Monitor.pm  view on Meta::CPAN

The method returns a Backup::Omni::Session::Monitor::Device object. If the
session has finished "running" it will return undef. See L<Backup::Omni::Session::Result>
to see how to get the results. This object has the following methods:

=over 4

=item B<device_name>

The device this session is running on.

=item B<host>

The host the session is running on.

=item B<started>

The session started using the device.

=item B<finished>

The time the session finished using the device or a '-'.

=item B<done>

The number of bytes read from the device.

=item B<physical_device>

The actual physical device that is being used.

=item B<status>

The status of the device.

=back

=head2 object

The method returns a Backup::Omni::Session::Monitor::Object object. If the
session has finished "running" it will return undef. See L<Backup::Omni::Session::Result>
to see how to get the results. This object has the following methods:

=over 4

=item B<object_name>

The name of the session object.

=item B<object_type>

The object type.

=item B<sessionid>

The original session id for this object.

=item B<restore_started>

The datetime the restore started.

=item B<backup_started>

The datetime the backup started.

=item B<level>

The objects level.

=item B<warnings>

The number of warnings for this object.

=item B<errors>

The number of errors for this object.

=item B<processed_size>

The processed size of this object.

=item B<device>

The device this object is using.

=item B<status>

The status of the object.

=back

=head1 SEE ALSO

 Backup::Omni::Base
 Backup::Omni::Class
 Backup::Omni::Utils
 Backup::Omni::Constants
 Backup::Omni::Exception
 Backup::Omni::Restore::Filesystem::Single
 Backup::Omni::Session::Filesystem
 Backup::Omni::Session::Messages
 Backup::Omni::Session::Results

=head1 AUTHOR

Kevin L. Esteb, E<lt>kesteb@wsipc.orgE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2013 by WSIPC

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.

=cut



( run in 0.677 second using v1.01-cache-2.11-cpan-5b529ec07f3 )