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

NAME

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

SYNOPSIS

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

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

DESCRIPTION

An org represents a collection of users. Every user must belong to an org and cannot belong to more than one org at the same time. Orgs may also contains suborgs.

METHODS

new

The Crashplan::Client::Org constructor

update

Update an Org entry in the database

delete

Delete an Org entry in the database (not yet handled by the REST server)

id

Getter for the 'id" attribute.

creationDate

Getter for the 'creationDate" attribute.

modificationDate

Getter for the 'modificationDate" attribute.

archiveBytesDeltaMonth

Change in the number of bytes stored in all archiveswithin the org over 30 days

archiveBytesDelta

Change in the number of bytes stored in all archiveswithin the org

status (['Active'|'Deactivated'])

Getter/setter for the status property. “Active” if the org is currently active, “Deactivated” if the org has beendeactivated

quotaBytes

Configured size quota for this org (in gigabytes)

dailyChange

?

name([$name])

Setter/getter for the current name of the org

selectedBytes

Byte count for all files selected for backup

todoFiles

Count of all files waiting to be backed up

quotaSeats

Configured seat quota for this org

archiveBytes

Number of bytes stored in all archives within the org

parentId

The id value of the parent org or null if this org has no parent

selectedFiles

Count of all files selected for backup

todoBytes

Byte count for all files waiting to be backed up

registrationKey

The registration key for this org

masterGuid

If not null then this org is a slave org and the value of this field contains theGUID for the corresponding master

url

Getter for the 'url" to access the REST server

SEE ALSO

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

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 142:

Non-ASCII character seen before =encoding in '“Active”'. Assuming UTF-8