Name
global.getOutgoingPort
Description
No description available
Script
var getOutgoingPort = Class.create();
getOutgoingPort.prototype = {
initialize: function() {
},
getOutgoingPortId : function(hostId, targetIP, nextIP){
var portId = '';
return portId;
},
type: 'getOutgoingPort'
};
Sys ID
532c3072ff110200995cffffffffff0c