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::Schedule(3) User Contributed Perl Documentation NetApp::Snapshot::Schedule(3)

NetApp::Snapshot::Schedule -- OO class which represents a snapshot schedule

    use NetApp::Filer;
    use NetApp::Aggregate;
    use NetApp::Volume;
    use NetApp::Snapshot;

    my $filer = NetApp::Filer->new({ .... });

    my $volume = $filer->get_volume( $volname );

    my $schedule = $volume->get_snapshot_schedule;

    $volume->set_snapshot_schedule(
        weekly          => 0,
        daily           => 2,
        hourly          => 4,
        hourlist        => [ 4, 8, 12, 16 ],
    );

This class encapsulates a snapshot schedule for an aggregate of volume.

This method returns the parent object for the schedule, which is either a NetApp::Aggregate or NetApp::Volume object.

These methods return the number of weekly, daily, or hourly snapshots in the schedule.

This method returns a list of integers, each of which is one of the hours at which to create an hourly snapshot.
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.