NetApp::Filer::Option -- OO Class for representing NetApp Filer options
Contents
Description
This class is used to encapsulate the NetApp Filer options.
Methods
get_name
Returns the name of the option.
get_value
Returns the value for the option.
perl v5.36.0 2022-11-19 NetApp::Filer::Option(3pm)
Name
NetApp::Filer::Option -- OO Class for representing NetApp Filer options
Synopsis
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,
);
