Esempio n. 1
0
        public VRS()
        {
            _alarms = new AlarmsFetcher(this);

            _containers = new ContainersFetcher(this);

            _controllerVRSLinks = new ControllerVRSLinksFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _hSCs = new HSCsFetcher(this);

            _jobs = new JobsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _monitoringPorts = new MonitoringPortsFetcher(this);

            _multiNICVPorts = new MultiNICVPortsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _vMs = new VMsFetcher(this);

            _vPorts = new VPortsFetcher(this);

            _vSCs = new VSCsFetcher(this);
        }
Esempio n. 2
0
        public HSC()
        {
            _alarms = new AlarmsFetcher(this);

            _bGPPeers = new BGPPeersFetcher(this);

            _controllerVRSLinks = new ControllerVRSLinksFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _jobs = new JobsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _monitoringPorts = new MonitoringPortsFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }