@@ -439,50 +439,10 @@ public final Answer executeRequest(final Command cmd) {
439
439
return _vrResource .executeRequest ((NetworkElementCommand )cmd );
440
440
}if (clazz == CheckSshCommand .class ) {
441
441
answer = execute ((CheckSshCommand )cmd );
442
- } else if (clazz == GetDomRVersionCmd .class ) {
443
- answer = execute ((GetDomRVersionCmd )cmd );
444
442
} else if (cmd instanceof NetworkUsageCommand ) {
445
443
answer = execute ((NetworkUsageCommand )cmd );
446
- } else if (clazz == IpAssocCommand .class ) {
447
- answer = execute ((IpAssocCommand )cmd );
448
- } else if (clazz == DnsMasqConfigCommand .class ) {
449
- return execute ((DnsMasqConfigCommand )cmd );
450
- } else if (clazz == CreateIpAliasCommand .class ) {
451
- return execute ((CreateIpAliasCommand )cmd );
452
- } else if (clazz == DhcpEntryCommand .class ) {
453
- answer = execute ((DhcpEntryCommand )cmd );
454
- } else if (clazz == VmDataCommand .class ) {
455
- answer = execute ((VmDataCommand )cmd );
456
- } else if (clazz == SavePasswordCommand .class ) {
457
- answer = execute ((SavePasswordCommand )cmd );
458
- } else if (clazz == SetFirewallRulesCommand .class ) {
459
- answer = execute ((SetFirewallRulesCommand )cmd );
460
- } else if (clazz == LoadBalancerConfigCommand .class ) {
461
- answer = execute ((LoadBalancerConfigCommand )cmd );
462
- } else if (clazz == DeleteIpAliasCommand .class ) {
463
- return execute ((DeleteIpAliasCommand )cmd );
464
444
} else if (clazz == PingTestCommand .class ) {
465
445
answer = execute ((PingTestCommand )cmd );
466
- } else if (clazz == SetStaticNatRulesCommand .class ) {
467
- answer = execute ((SetStaticNatRulesCommand )cmd );
468
- } else if (clazz == CheckRouterCommand .class ) {
469
- answer = execute ((CheckRouterCommand )cmd );
470
- } else if (clazz == SetPortForwardingRulesCommand .class ) {
471
- answer = execute ((SetPortForwardingRulesCommand )cmd );
472
- } else if (clazz == SetSourceNatCommand .class ) {
473
- answer = execute ((SetSourceNatCommand )cmd );
474
- } else if (clazz == Site2SiteVpnCfgCommand .class ) {
475
- answer = execute ((Site2SiteVpnCfgCommand )cmd );
476
- } else if (clazz == CheckS2SVpnConnectionsCommand .class ) {
477
- answer = execute ((CheckS2SVpnConnectionsCommand ) cmd );
478
- } else if (clazz == RemoteAccessVpnCfgCommand .class ) {
479
- answer = execute ((RemoteAccessVpnCfgCommand ) cmd );
480
- } else if (clazz == VpnUsersCfgCommand .class ) {
481
- answer = execute ((VpnUsersCfgCommand ) cmd );
482
- } else if (clazz == SetStaticRouteCommand .class ) {
483
- answer = execute ((SetStaticRouteCommand ) cmd );
484
- } else if (clazz == SetMonitorServiceCommand .class ) {
485
- answer = execute ((SetMonitorServiceCommand ) cmd );
486
446
} else if (clazz == PlugNicCommand .class ) {
487
447
answer = execute ((PlugNicCommand )cmd );
488
448
} else if (clazz == UnPlugNicCommand .class ) {
0 commit comments