Example #1
0
        public NSGateway()
        {
            _alarms = new AlarmsFetcher(this);

            _bootstraps = new BootstrapsFetcher(this);

            _bootstrapActivations = new BootstrapActivationsFetcher(this);

            _commands = new CommandsFetcher(this);

            _ddnsconfigs = new DdnsconfigsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _gatewaySecurities = new GatewaySecuritiesFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _infrastructureConfigs = new InfrastructureConfigsFetcher(this);

            _jobs = new JobsFetcher(this);

            _locations = new LocationsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _nSGatewayMonitors = new NSGatewayMonitorsFetcher(this);

            _nSGatewaySummaries = new NSGatewaySummariesFetcher(this);

            _nSGInfos = new NSGInfosFetcher(this);

            _nSPorts = new NSPortsFetcher(this);

            _patchs = new PatchsFetcher(this);

            _pATNATPools = new PATNATPoolsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _nSPortInfos = new NSPortInfosFetcher(this);

            _subnets = new SubnetsFetcher(this);

            _supplementalInfraConfigs = new SupplementalInfraConfigsFetcher(this);

            _threatPreventionInfos = new ThreatPreventionInfosFetcher(this);

            _underlayTests = new UnderlayTestsFetcher(this);

            _uplinkConnections = new UplinkConnectionsFetcher(this);

            _virtualUplinks = new VirtualUplinksFetcher(this);

            _vNFs = new VNFsFetcher(this);

            _wirelessPorts = new WirelessPortsFetcher(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 AutoDiscoveredGateway()
        {
            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _nSPorts = new NSPortsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _ports = new PortsFetcher(this);

            _wANServices = new WANServicesFetcher(this);

            _wirelessPorts = new WirelessPortsFetcher(this);
        }