示例#1
0
        public VLAN()
        {
            _alarms = new AlarmsFetcher(this);

            _bGPNeighbors = new BGPNeighborsFetcher(this);

            _bRConnections = new BRConnectionsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _iKEGatewayConnections = new IKEGatewayConnectionsFetcher(this);

            _ltestatistics = new LtestatisticsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _pATNATPools = new PATNATPoolsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _uplinkConnections = new UplinkConnectionsFetcher(this);
        }
示例#2
0
        public VLANTemplate()
        {
            _bRConnections = new BRConnectionsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _uplinkConnections = new UplinkConnectionsFetcher(this);
        }