The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crashplan::Client::ComputerUsage - Object representation of Crashplan PROe server's entity

SYNOPSIS

Crashplan::Client::ComputerUsage objects are instancied by Crashplan::Client.

Specifically, calling Crashplan::Client->parse_response after querying the server could produce Crashplan::Client::ComputerUsage

DESCRIPTION

A record of computer usage provides statistics about the interaction between a pair of computers.

METHODS

new

The Crashplan::Client::ComputerUsage constructor

id

Getter for the 'id" attribute.

creationDate

Getter for the 'creationDate" attribute.

modificationDate

Getter for the 'modificationDate" attribute.

targetId

The id of the target computer

lastConnected

Timestamp indicating the last time the source connected to thetarget or null if there has been no connection

selectedBytes

Byte count for all files selected for backup

todoFiles

Count of all files waiting to be backed up

sourceGuid

The GUID of the source computer

targetGuid

The GUID of the target computer

archiveBytes

Source computer's archive size at the destination in bytes

lastActivity

Timestamp indicating the last backup activity between the sourceand target or null if there has been no activity

sourceId

The id of the source computer

isUsing

If checked, Computer B is a backup destination for Computer A

selectedFiles

Count of all files selected for backup

todoBytes

Byte count for all files waiting to be backed up

SEE ALSO

http://support.crashplanpro.com/doku.php/api#computerusage

AUTHOR

Arnaud (Arhuman) Assad, copyright 2011 Jaguar Network

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.