debian man page for netapp::snapshot::delta

Query: netapp::snapshot::delta

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NetApp::Snapshot::Delta(3pm)				User Contributed Perl Documentation			      NetApp::Snapshot::Delta(3pm)

NAME
NetApp::Snapshot::Delta -- OO class which represents a single snapshot delta
SYNOPSIS
use NetApp::Filer; use NetApp::Snapshot; my $filer = NetApp::Filer->new({ .... }); my $volume = $filer->get_volume( $volname ); my @deltas = $volume->get_snapshot_deltas; foreach my $snapshot ( $volume->get_snapshots ) { my @deltas = $snapshot->get_snapshot_deltas; }
DESCRIPTION
This class encapsulates a single snapshot delta.
INSTANCE METHODS
There are 5 key instance methods, each of this returns the data from the column of the same name in the snap delta table. get_from get_to get_changed get_time get_rate is_summary This method returns true of false, indicating that the delta was a summary, as opposed to an individual delta. perl v5.14.2 2008-11-26 NetApp::Snapshot::Delta(3pm)
Related Man Pages
xdeltadir(1) - suse
netapp::snapmirror(3pm) - debian
netapp::snapshot(3pm) - debian
netapp::volume(3pm) - debian
padre::delta(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph