Man Page: netapp::snapshot::delta
Operating Environment: debian
Section: 3pm
NetApp::Snapshot::Delta(3pm) User Contributed Perl Documentation NetApp::Snapshot::Delta(3pm)NAMENetApp::Snapshot::Delta -- OO class which represents a single snapshot deltaSYNOPSISuse 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; }DESCRIPTIONThis class encapsulates a single snapshot delta.INSTANCE METHODSThere 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 |
|---|
| prs(1) - ultrix |
| svn::delta(3) - osx |
| netapp::filer::version(3pm) - debian |
| netapp::volume(3pm) - debian |
| padre::delta(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |