Query: netapp::snapshot::schedule
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NetApp::Snapshot::Schedule(3pm) User Contributed Perl Documentation NetApp::Snapshot::Schedule(3pm)NAMENetApp::Snapshot::Schedule -- OO class which represents a snapshot scheduleSYNOPSISuse 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 ], );DESCRIPTIONThis class encapsulates a snapshot schedule for an aggregate of volume.INSTANCE METHODSget_parent This method returns the parent object for the schedule, which is either a NetApp::Aggregate or NetApp::Volume object. get_weekly, get_daily, get_hourly These methods return the number of weekly, daily, or hourly snapshots in the schedule. get_hourlist This method returns a list of integers, each of which is one of the hours at which to create an hourly snapshot. perl v5.14.2 2008-11-26 NetApp::Snapshot::Schedule(3pm)
Related Man Pages |
---|
netapp::filer::export(3pm) - debian |
netapp::qtree(3pm) - debian |
netapp::snapshot(3pm) - debian |
netapp::volume(3pm) - debian |
schedule::at(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 |
Introduction |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |