public class Tier1sFactory
extends java.lang.Object
Tier1sFactory
is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.infra.tier_1s package and also has the subpackages reference
to access respective subpackage services.
public static Tier1sFactory 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 requestTier1sFactory
factory instancepublic AdvertisedNetworks advertisedNetworksService()
AdvertisedNetworks
public DnsForwarder dnsForwarderService()
DnsForwarder
public ForwardingTable forwardingTableService()
ForwardingTable
public GatewayFirewall gatewayFirewallService()
GatewayFirewall
public IpsecVpnServices ipsecVpnServicesService()
IpsecVpnServices
public L2vpnServices l2vpnServicesService()
L2vpnServices
public LocaleServices localeServicesService()
LocaleServices
public StaticRoutes staticRoutesService()
StaticRoutes
public DnsForwarderFactory dnsForwarder()
public IpsecVpnServicesFactory ipsecVpnServices()
public L2vpnServicesFactory l2vpnServices()
public LocaleServicesFactory localeServices()
public NatFactory nat()
public SegmentsFactory segments()
public Tier0InterfaceFactory tier0Interface()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)