Esempio n. 1
0
        public TestSuite()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _tests = new TestsFetcher(this);

            _testSuiteRuns = new TestSuiteRunsFetcher(this);
        }
Esempio n. 2
0
        public VPort()
        {
            _multicast        = EMulticast.INHERITED;
            _type             = EType.VM;
            _addressSpoofing  = EAddressSpoofing.INHERITED;
            _operationalState = EOperationalState.INIT;

            _aggregateMetadatas = new AggregateMetadatasFetcher(this);

            _alarms = new AlarmsFetcher(this);

            _bGPNeighbors = new BGPNeighborsFetcher(this);

            _bridgeInterfaces = new BridgeInterfacesFetcher(this);

            _containers = new ContainersFetcher(this);

            _containerInterfaces = new ContainerInterfacesFetcher(this);

            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _dHCPOptions = new DHCPOptionsFetcher(this);

            _dHCPv6Options = new DHCPv6OptionsFetcher(this);

            _egressACLEntryTemplates = new EgressACLEntryTemplatesFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _hostInterfaces = new HostInterfacesFetcher(this);

            _ingressACLEntryTemplates = new IngressACLEntryTemplatesFetcher(this);

            _ingressAdvFwdEntryTemplates = new IngressAdvFwdEntryTemplatesFetcher(this);

            _jobs = new JobsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _policyGroups = new PolicyGroupsFetcher(this);

            _portMappings = new PortMappingsFetcher(this);

            _qOSs = new QOSsFetcher(this);

            _redirectionTargets = new RedirectionTargetsFetcher(this);

            _scheduledtestsuiteruns = new ScheduledtestsuiterunsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _statisticsPolicies = new StatisticsPoliciesFetcher(this);

            _tCAs = new TCAsFetcher(this);

            _testSuiteRuns = new TestSuiteRunsFetcher(this);

            _trunks = new TrunksFetcher(this);

            _virtualIPs = new VirtualIPsFetcher(this);

            _vMs = new VMsFetcher(this);

            _vMInterfaces = new VMInterfacesFetcher(this);

            _vNFInterfaces = new VNFInterfacesFetcher(this);

            _vPortMirrors = new VPortMirrorsFetcher(this);

            _vRSs = new VRSsFetcher(this);
        }