Esempio n. 1
0
        public VLAN()
        {
            _alarms = new AlarmsFetcher(this);

            _bGPNeighbors = new BGPNeighborsFetcher(this);

            _bRConnections = new BRConnectionsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _iKEGatewayConnections = new IKEGatewayConnectionsFetcher(this);

            _ltestatistics = new LtestatisticsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _pATNATPools = new PATNATPoolsFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _uplinkConnections = new UplinkConnectionsFetcher(this);
        }
Esempio n. 2
0
        public Subnet()
        {
            _PATEnabled      = EPATEnabled.INHERITED;
            _multicast       = EMulticast.INHERITED;
            _IPType          = EIPType.IPV4;
            _maintenanceMode = EMaintenanceMode.DISABLED;

            _addressRanges = new AddressRangesFetcher(this);

            _bGPNeighbors = new BGPNeighborsFetcher(this);

            _containers = new ContainersFetcher(this);

            _containerInterfaces = new ContainerInterfacesFetcher(this);

            _containerResyncs = new ContainerResyncsFetcher(this);

            _defaultGateways = new DefaultGatewaysFetcher(this);

            _deploymentFailures = new DeploymentFailuresFetcher(this);

            _dHCPOptions = new DHCPOptionsFetcher(this);

            _dHCPv6Options = new DHCPv6OptionsFetcher(this);

            _enterprisePermissions = new EnterprisePermissionsFetcher(this);

            _eventLogs = new EventLogsFetcher(this);

            _gateways = new GatewaysFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _iKEGatewayConnections = new IKEGatewayConnectionsFetcher(this);

            _iPReservations = new IPReservationsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _netconfGateways = new NetconfGatewaysFetcher(this);

            _pATIPEntries = new PATIPEntriesFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _proxyARPFilters = new ProxyARPFiltersFetcher(this);

            _qOSs = new QOSsFetcher(this);

            _vMResyncs = new VMResyncsFetcher(this);

            _routingPolicyAssociations = new RoutingPolicyAssociationsFetcher(this);

            _statistics = new StatisticsFetcher(this);

            _statisticsPolicies = new StatisticsPoliciesFetcher(this);

            _tCAs = new TCAsFetcher(this);

            _virtualIPs = new VirtualIPsFetcher(this);

            _vMs = new VMsFetcher(this);

            _vMInterfaces = new VMInterfacesFetcher(this);

            _vMIPReservations = new VMIPReservationsFetcher(this);

            _vPorts = new VPortsFetcher(this);
        }
Esempio n. 3
0
 public VirtualUplink()
 {
     _iKEGatewayConnections = new IKEGatewayConnectionsFetcher(this);
 }