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

NAME

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

SYNOPSIS

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

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

DESCRIPTION

A mount point is a location where CrashPlan PRO can store backups or other information. NOTE: Only administrators can access mount point information.

METHODS

new

The Crashplan::Client::MountPoint constructor

id

Getter for the 'id" attribute.

creationDate

Getter for the 'creationDate" attribute.

modificationDate

Getter for the 'modificationDate" attribute.

volumeLabel

Name of the mount point's directory on the file system

percentFree

Percentage of this mount point which is still available

status

“ENABLED” if the mount point is enabled, “DISABLED” otherwise

name

Current name for this mount point

bytesFree

Count of available bytes on this mount point

bytesPerSecond

Write speed of this mount point. Only available if a write speedtest has been executed on this mount point.

note

Text entered in the note field

bytesUsed

Count of in-use bytes on this mount point

bytesTotal

Total bytes available on this mount point

type

“DIR” (except for VMWare instances)

SEE ALSO

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

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 114:

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