GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NetApp::Filer::License(3) User Contributed Perl Documentation NetApp::Filer::License(3)

NetApp::Filer::License -- OO Class for representing NetApp Filer licenses

    use 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' );

This class is used to encapsulate the NetApp Filer license information.

Returns the name of the service for the license.

Returns either 'site' or 'node', depending on whether or not the license was in fact a site license.

Returns the code for the license

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"
2008-11-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.