Query: netapp::filer::version
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NetApp::Filer::Version(3pm) User Contributed Perl Documentation NetApp::Filer::Version(3pm)NAMENetApp::Filer::Version -- OO Class for representing NetApp Filer versionsSYNOPSISuse NetApp::Filer; my $filer = NetApp::Filer->new({ ... }); # The "version" is: NetApp Release 7.2.2: Sat Mar 24 20:38:59 PDT 2007 my $version = $filer->get_version; # $version->isa("NetApp::Filer::Version") print $version->get_release, " "; # prints "7.2.2" print $version->get_date, " "; # prints "Sat Mar 24 20:38:59 PDT 2007" print $version->get_string, " "; print "$version "; # Both print the same thing, the second one through operator overloading, # namely the original, unparsed version string print $version->get_version, " "; # prints "v7.2.2"DESCRIPTIONThis class is used to encapsulate the NetApp Filer version string, and provide access to the components of the string as a numeric release, a perl version, and a date string.METHODSget_release Returns the NetApp numerical release as a string, for example: 7.2.2 get_date Returns the NetApp release date as a string, for example: Sat Mar 24 20:38:59 PDT 2007 get_string Returns the unparsed version string in it's entirety: NetApp Release 7.2.2: Sat Mar 24 20:38:59 PDT 2007 get_version Returns the NetApp release as a perl version object. perl v5.14.2 2008-11-26 NetApp::Filer::Version(3pm)
Related Man Pages |
---|
mime::parser::filer(3) - suse |
mime::parser::filer(3pm) - debian |
netapp::filer(3pm) - debian |
netapp::filer::export(3pm) - debian |
netapp::snapmirror(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Time difference between each line info.... |
string |
date converion using perl |
Intermittent NFS server |
How to mount a NetApp snapshoot to a Solaris server? |