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); }
public L2Domain() { _maintenanceMode = EMaintenanceMode.DISABLED; _addressRanges = new AddressRangesFetcher(this); _alarms = new AlarmsFetcher(this); _applications = new ApplicationsFetcher(this); _applicationperformancemanagementbindings = new ApplicationperformancemanagementbindingsFetcher(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); _egressACLTemplates = new EgressACLTemplatesFetcher(this); _egressAdvFwdTemplates = new EgressAdvFwdTemplatesFetcher(this); _egressAuditACLEntryTemplates = new EgressAuditACLEntryTemplatesFetcher(this); _egressAuditACLTemplates = new EgressAuditACLTemplatesFetcher(this); _eventLogs = new EventLogsFetcher(this); _gateways = new GatewaysFetcher(this); _globalMetadatas = new GlobalMetadatasFetcher(this); _groups = new GroupsFetcher(this); _hostInterfaces = new HostInterfacesFetcher(this); _ingressACLEntryTemplates = new IngressACLEntryTemplatesFetcher(this); _ingressACLTemplates = new IngressACLTemplatesFetcher(this); _ingressAdvFwdTemplates = new IngressAdvFwdTemplatesFetcher(this); _ingressAuditACLEntryTemplates = new IngressAuditACLEntryTemplatesFetcher(this); _ingressAuditACLTemplates = new IngressAuditACLTemplatesFetcher(this); _jobs = new JobsFetcher(this); _metadatas = new MetadatasFetcher(this); _mirrorDestinationGroups = new MirrorDestinationGroupsFetcher(this); _networkPerformanceBindings = new NetworkPerformanceBindingsFetcher(this); _nSGatewaySummaries = new NSGatewaySummariesFetcher(this); _overlayMirrorDestinations = new OverlayMirrorDestinationsFetcher(this); _permissions = new PermissionsFetcher(this); _pGExpressions = new PGExpressionsFetcher(this); _policyGroups = new PolicyGroupsFetcher(this); _proxyARPFilters = new ProxyARPFiltersFetcher(this); _qOSs = new QOSsFetcher(this); _redirectionTargets = new RedirectionTargetsFetcher(this); _redundancyGroups = new RedundancyGroupsFetcher(this); _staticRoutes = new StaticRoutesFetcher(this); _statistics = new StatisticsFetcher(this); _statisticsPolicies = new StatisticsPoliciesFetcher(this); _tCAs = new TCAsFetcher(this); _uplinkRDs = new UplinkRDsFetcher(this); _virtualFirewallPolicies = new VirtualFirewallPoliciesFetcher(this); _virtualFirewallRules = new VirtualFirewallRulesFetcher(this); _vMs = new VMsFetcher(this); _vMInterfaces = new VMInterfacesFetcher(this); _vMIPReservations = new VMIPReservationsFetcher(this); _vPNConnections = new VPNConnectionsFetcher(this); _vPorts = new VPortsFetcher(this); }