Class Tier0sFactory
- java.lang.Object
-
- com.vmware.nsx_policy.global_infra.tier_0s.Tier0sFactory
-
public class Tier0sFactory extends java.lang.Object
Tier0sFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.global_infra.tier_0s package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
-
-
-
Method Detail
-
getFactory
public static Tier0sFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration- Parameters:
stubFactory
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
Tier0sFactory
factory instance
-
arpProxiesService
public ArpProxies arpProxiesService()
Returns an instance of classArpProxies
-
communityListsService
public CommunityLists communityListsService()
Returns an instance of classCommunityLists
-
dnsForwarderService
public DnsForwarder dnsForwarderService()
Returns an instance of classDnsForwarder
-
floodProtectionProfileBindingsService
public FloodProtectionProfileBindings floodProtectionProfileBindingsService()
Returns an instance of classFloodProtectionProfileBindings
-
forwardingTableService
public ForwardingTable forwardingTableService()
Returns an instance of classForwardingTable
-
gatewayFirewallService
public GatewayFirewall gatewayFirewallService()
Returns an instance of classGatewayFirewall
-
localeServicesService
public LocaleServices localeServicesService()
Returns an instance of classLocaleServices
-
numberOfRoutesService
public NumberOfRoutes numberOfRoutesService()
Returns an instance of classNumberOfRoutes
-
prefixListsService
public PrefixLists prefixListsService()
Returns an instance of classPrefixLists
-
routingTableService
public RoutingTable routingTableService()
Returns an instance of classRoutingTable
-
sessionTimerProfileBindingsService
public SessionTimerProfileBindings sessionTimerProfileBindingsService()
Returns an instance of classSessionTimerProfileBindings
-
staticRoutesService
public StaticRoutes staticRoutesService()
Returns an instance of classStaticRoutes
-
dnsForwarder
public DnsForwarderFactory dnsForwarder()
-
localeServices
public LocaleServicesFactory localeServices()
-
nat
public NatFactory nat()
-
staticRoutes
public StaticRoutesFactory staticRoutes()
-
tier1Interface
public Tier1InterfaceFactory tier1Interface()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-