Man Page: netapp::filer::license
Operating Environment: debian
Section: 3pm
NetApp::Filer::License(3pm) User Contributed Perl Documentation NetApp::Filer::License(3pm)NAMENetApp::Filer::License -- OO Class for representing NetApp Filer licensesSYNOPSISuse NetApp::Filer; my $filer = NetApp::Filer->new({ ... }); my @licenses = $filer->get_licenses; $filer->add_license( $code ); $filer->delete_license( 'cifs' ); my $license = $filer->get_license( 'nfs' );DESCRIPTIONThis class is used to encapsulate the NetApp Filer license information.METHODSget_service Returns the name of the service for the license. get_type Returns either 'site' or 'node', depending on whether or not the license was in fact a site license. get_code Returns the code for the license get_expired Returns a false value if the license is not expired, and if it is expired, it returns the data the license expired, for example: "26 Jun 2008" perl v5.14.2 2008-11-26 NetApp::Filer::License(3pm)
| Related Man Pages |
|---|
| mime::parser::filer(3) - mojave |
| mime::parser::filer5.18(3) - mojave |
| mime::parser::filer(3) - suse |
| mime::parser::filer(3pm) - debian |
| software::license(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |