logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NetApp::Filer::Option -- OO Class for representing NetApp Filer options

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,
           );

See Also