コード例 #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);
        }
コード例 #2
0
        public ControllerVRSLink()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _hSCs = new HSCsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vRSs = new VRSsFetcher(this);

            _vSCs = new VSCsFetcher(this);
        }
コード例 #3
0
ファイル: VSP.cs プロジェクト: nuagenetworks/vspk-csharp
        public VSP()
        {
            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _hSCs = new HSCsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _netconfManagers = new NetconfManagersFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _threatPreventionServerConnections = new ThreatPreventionServerConnectionsFetcher(this);

            _vSCs = new VSCsFetcher(this);
        }