コード例 #1
0
        public EthernetSegmentGWGroup()
        {
            _alarms = new AlarmsFetcher(this);

            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _domains = new DomainsFetcher(this);

            _egressProfiles = new EgressProfilesFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _ethernetSegmentGroups = new EthernetSegmentGroupsFetcher(this);

            _ingressProfiles = new IngressProfilesFetcher(this);

            _iPFilterProfiles = new IPFilterProfilesFetcher(this);

            _iPv6FilterProfiles = new IPv6FilterProfilesFetcher(this);

            _jobs = new JobsFetcher(this);

            _l2Domains = new L2DomainsFetcher(this);

            _mACFilterProfiles = new MACFilterProfilesFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _sAPEgressQoSProfiles = new SAPEgressQoSProfilesFetcher(this);

            _sAPIngressQoSProfiles = new SAPIngressQoSProfilesFetcher(this);
        }
コード例 #2
0
ファイル: Gateway.cs プロジェクト: nuagenetworks/vspk-csharp
        public Gateway()
        {
            _personality = EPersonality.VRSG;

            _alarms = new AlarmsFetcher(this);

            _bootstraps = new BootstrapsFetcher(this);

            _bootstrapActivations = new BootstrapActivationsFetcher(this);

            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _domains = new DomainsFetcher(this);

            _egressProfiles = new EgressProfilesFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _gatewaySecurities = new GatewaySecuritiesFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _infrastructureConfigs = new InfrastructureConfigsFetcher(this);

            _ingressProfiles = new IngressProfilesFetcher(this);

            _iPFilterProfiles = new IPFilterProfilesFetcher(this);

            _iPv6FilterProfiles = new IPv6FilterProfilesFetcher(this);

            _jobs = new JobsFetcher(this);

            _l2Domains = new L2DomainsFetcher(this);

            _locations = new LocationsFetcher(this);

            _mACFilterProfiles = new MACFilterProfilesFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _pATNATPools = new PATNATPoolsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _ports = new PortsFetcher(this);

            _routingPolicies = new RoutingPoliciesFetcher(this);

            _sAPEgressQoSProfiles = new SAPEgressQoSProfilesFetcher(this);

            _sAPIngressQoSProfiles = new SAPIngressQoSProfilesFetcher(this);

            _wANServices = new WANServicesFetcher(this);

            _subnets = new SubnetsFetcher(this);
        }
コード例 #3
0
        public RedundancyGroup()
        {
            _alarms = new AlarmsFetcher(this);

            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _egressProfiles = new EgressProfilesFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _gateways = new GatewaysFetcher(this);

            _gatewayRedundantPorts = new GatewayRedundantPortsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _ingressProfiles = new IngressProfilesFetcher(this);

            _iPFilterProfiles = new IPFilterProfilesFetcher(this);

            _iPv6FilterProfiles = new IPv6FilterProfilesFetcher(this);

            _jobs = new JobsFetcher(this);

            _l2Domains = new L2DomainsFetcher(this);

            _mACFilterProfiles = new MACFilterProfilesFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _ports = new PortsFetcher(this);

            _sAPEgressQoSProfiles = new SAPEgressQoSProfilesFetcher(this);

            _sAPIngressQoSProfiles = new SAPIngressQoSProfilesFetcher(this);

            _wANServices = new WANServicesFetcher(this);

            _vsgRedundantPorts = new VsgRedundantPortsFetcher(this);
        }