NetApp::Aggregate::RAIDGroup(3pm) | User Contributed Perl Documentation | NetApp::Aggregate::RAIDGroup(3pm) |
NetApp::Aggregate::RAIDGroup -- OO Class for representing NetApp raidgroups
use NetApp::Filer; use NetApp::Aggregate; my $aggregate = $filer->get_aggregate( $name ); my $raidgroup = $aggregate->get_raidgroup;
This class is used to encapsulate a NetApp raidgroup, and provide access to the name and states of the raidgroup.
Returns the name of the raidgroup as a string.
Returns a list of strings, each of which represents a single state for the raidgroup.
Returns true if the raidgroup has the given state, false otherwise.
2022-11-19 | perl v5.36.0 |