Ejemplo n.º 1
0
        public BRConnection()
        {
            _bFDSessions = new BFDSessionsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }
Ejemplo n.º 2
0
        public UplinkConnection()
        {
            _bFDSessions = new BFDSessionsFetcher(this);

            _customProperties = new CustomPropertiesFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _underlayTests = new UnderlayTestsFetcher(this);
        }