General Discussion

How to enable vscan through WFA in perl

Nishith
1,609 Views

In WFA after connecting to the cluster using wfautil, To enable vscan can i use like the below perl code mentioned to create new command

my ( $wfa_util, $server);


$wfa_util = WFAUtil->new();
$server = $wfa_util->connect($Cluster);

 

my $status_enable =$server->vscan_enable($VserverName);(can you please suggest whether this is right or wrong in perl)

0 REPLIES 0
Public