public EthernetSegmentGroup()
        {
            _alarms = new AlarmsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vLANs = new VLANsFetcher(this);
        }
예제 #2
0
        public VsgRedundantPort()
        {
            _alarms = new AlarmsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vLANs = new VLANsFetcher(this);
        }
예제 #3
0
        public RedundantPort()
        {
            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _nSPorts = new NSPortsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vLANs = new VLANsFetcher(this);
        }
예제 #4
0
        public Port()
        {
            _alarms = new AlarmsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vLANs = new VLANsFetcher(this);
        }
예제 #5
0
        public NSPort()
        {
            _alarms = new AlarmsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _lTEInformations = new LTEInformationsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _statisticsPolicies = new StatisticsPoliciesFetcher(this);

            _vLANs = new VLANsFetcher(this);
        }