Exemplo n.º 1
0
        public RedirectionTarget()
        {
            _endPointType = EEndPointType.L3;

            _eventLogs = new EventLogsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _virtualIPs = new VirtualIPsFetcher(this);

            _vPorts = new VPortsFetcher(this);
        }
Exemplo 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);
        }
Exemplo n.º 3
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);
        }