Query: netapp::aggregate::plex
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NetApp::Aggregate::Plex(3pm) User Contributed Perl Documentation NetApp::Aggregate::Plex(3pm)NAMENetApp::Aggregate::Plex -- OO Class for representing NetApp plexesSYNOPSISuse NetApp::Filer; use NetApp::Aggregate; my $aggregate = $filer->get_aggregate( $name ); my $plex = $aggregate->get_plex; my @raidgroups = $plex->get_raidgroups;DESCRIPTIONThis class is used to encapsulate a NetApp plex, and provide access to the name and states of the plex.METHODSget_name Returns the name of the plex as a string. get_raidgroups Returns a list of NetApp::Aggregate::RAIDGroup objects, one for each RAIDGroup in the Plex. get_states Returns a list of strings, each of which represents a single state for the plex. get_state( $state ) Returns true if the plex has the given state, false otherwise. perl v5.14.2 2008-11-26 NetApp::Aggregate::Plex(3pm)
Related Man Pages |
---|
volinfo(8) - osf1 |
netapp::qtree(3pm) - debian |
netapp::snapmirror(3pm) - debian |
rdf::query::algebra::aggregate(3pm) - debian |
test::aggregate::nested(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |