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


NetApp documentation  | view source Contained in the NetApp distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This class is used to encapsulate the NetApp Filer options.

METHODS

Top

get_name

Returns the name of the option.

get_value

Returns the value for the option.


NetApp documentation  | view source Contained in the NetApp distribution.