Exemple #1
0
        public VMInterface()
        {
            _dHCPOptions = new DHCPOptionsFetcher(this);

            _dHCPv6Options = new DHCPv6OptionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _multiCastChannelMaps = new MultiCastChannelMapsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _policyDecisions = new PolicyDecisionsFetcher(this);

            _policyGroups = new PolicyGroupsFetcher(this);

            _redirectionTargets = new RedirectionTargetsFetcher(this);

            _staticRoutes = new StaticRoutesFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _tCAs = new TCAsFetcher(this);
        }
Exemple #2
0
        public BridgeInterface()
        {
            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _dHCPOptions = new DHCPOptionsFetcher(this);

            _dHCPv6Options = new DHCPv6OptionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _policyDecisions = new PolicyDecisionsFetcher(this);

            _policyGroups = new PolicyGroupsFetcher(this);

            _qOSs = new QOSsFetcher(this);

            _redirectionTargets = new RedirectionTargetsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _tCAs = new TCAsFetcher(this);
        }