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

NetApp::Aggregate::Plex -- OO Class for representing NetApp plexes

    use NetApp::Filer;
    use NetApp::Aggregate;

    my $aggregate       = $filer->get_aggregate( $name );

    my $plex            = $aggregate->get_plex;

    my @raidgroups      = $plex->get_raidgroups;

This class is used to encapsulate a NetApp plex, and provide access to the name and states of the plex.

Returns the name of the plex as a string.

Returns a list of NetApp::Aggregate::RAIDGroup objects, one for each RAIDGroup in the Plex.

Returns a list of strings, each of which represents a single state for the plex.

Returns true if the plex has the given state, false otherwise.
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.