NetApp::Filer::Option
OO Class for representing NetApp Filer options
- Provided by: libnetapp-perl (Version: 500.002-1)
- Report a bug
OO Class for representing NetApp Filer options
use NetApp::Filer;
my $filer = NetApp::Filer->new({ ... });
my @options = $filer->get_options;
my $options = $filer->get_option( $name );
$filer->set_option(
name => $name,
value => $value,
);
This class is used to encapsulate the NetApp Filer options.
Returns the name of the option.
Returns the value for the option.