GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NetApp::Snapshot::Delta(3) User Contributed Perl Documentation NetApp::Snapshot::Delta(3)

NetApp::Snapshot::Delta -- OO class which represents a single snapshot delta

    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;

    }

This class encapsulates a single snapshot delta.

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

This method returns true of false, indicating that the delta was a summary, as opposed to an individual delta.
2008-11-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.