public EthernetSegmentGroup() { _alarms = new AlarmsFetcher(this); _enterprisePermissions = new EnterprisePermissionsFetcher(this); _permissions = new PermissionsFetcher(this); _vLANs = new VLANsFetcher(this); }
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); }
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); }
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); }
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); }