public class Tier0sFactory
extends java.lang.Object
Tier0sFactory
is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.infra.tier_0s package and also has the subpackages reference
to access respective subpackage services.
public static Tier0sFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestTier0sFactory
factory instancepublic ForwardingTable forwardingTableService()
ForwardingTable
public IpsecVpnServices ipsecVpnServicesService()
IpsecVpnServices
public L2vpnServices l2vpnServicesService()
L2vpnServices
public LocaleServices localeServicesService()
LocaleServices
public PrefixLists prefixListsService()
PrefixLists
public RoutingTable routingTableService()
RoutingTable
public DnsForwarderFactory dnsForwarder()
public InterVrfRoutingFactory interVrfRouting()
public IpsecVpnServicesFactory ipsecVpnServices()
public L2vpnServicesFactory l2vpnServices()
public LocaleServicesFactory localeServices()
public StaticRoutesFactory staticRoutes()
public Tier1InterfaceFactory tier1Interface()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)