Class LocaleServicesFactory
- java.lang.Object
-
- com.vmware.nsx_policy.infra.tier_0s.locale_services.LocaleServicesFactory
-
public class LocaleServicesFactory extends java.lang.Object
LocaleServicesFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.infra.tier_0s.locale_services package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
-
-
-
Method Detail
-
getFactory
public static LocaleServicesFactory 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:
LocaleServicesFactory
factory instance
-
arpProxiesService
public ArpProxies arpProxiesService()
Returns an instance of classArpProxies
-
byodServiceInstancesService
public ByodServiceInstances byodServiceInstancesService()
Returns an instance of classByodServiceInstances
-
evpnTunnelEndpointsService
public EvpnTunnelEndpoints evpnTunnelEndpointsService()
Returns an instance of classEvpnTunnelEndpoints
-
floodProtectionProfileBindingsService
public FloodProtectionProfileBindings floodProtectionProfileBindingsService()
Returns an instance of classFloodProtectionProfileBindings
-
gatewayFirewallService
public GatewayFirewall gatewayFirewallService()
Returns an instance of classGatewayFirewall
-
interfaceGroupsService
public InterfaceGroups interfaceGroupsService()
Returns an instance of classInterfaceGroups
-
interfacesService
public Interfaces interfacesService()
Returns an instance of classInterfaces
-
ipsecVpnServicesService
public IpsecVpnServices ipsecVpnServicesService()
Returns an instance of classIpsecVpnServices
-
l2vpnContextService
public L2vpnContext l2vpnContextService()
Returns an instance of classL2vpnContext
-
l2vpnServicesService
public L2vpnServices l2vpnServicesService()
Returns an instance of classL2vpnServices
-
l3vpnContextService
public L3vpnContext l3vpnContextService()
Returns an instance of classL3vpnContext
-
serviceInstancesService
public ServiceInstances serviceInstancesService()
Returns an instance of classServiceInstances
-
serviceInterfacesService
public ServiceInterfaces serviceInterfacesService()
Returns an instance of classServiceInterfaces
-
sessionTimerProfileBindingsService
public SessionTimerProfileBindings sessionTimerProfileBindingsService()
Returns an instance of classSessionTimerProfileBindings
-
tier0DeploymentMapsService
public Tier0DeploymentMaps tier0DeploymentMapsService()
Returns an instance of classTier0DeploymentMaps
-
bgp
public BgpFactory bgp()
-
byodServiceInstances
public ByodServiceInstancesFactory byodServiceInstances()
-
endpoints
public EndpointsFactory endpoints()
-
interfaceGroups
public InterfaceGroupsFactory interfaceGroups()
-
interfaces
public InterfacesFactory interfaces()
-
ipsecVpnServices
public IpsecVpnServicesFactory ipsecVpnServices()
-
l2vpnContext
public L2vpnContextFactory l2vpnContext()
-
l2vpnServices
public L2vpnServicesFactory l2vpnServices()
-
l3vpns
public L3vpnsFactory l3vpns()
-
multicast
public MulticastFactory multicast()
-
ospf
public OspfFactory ospf()
-
serviceInstances
public ServiceInstancesFactory serviceInstances()
-
tunnels
public TunnelsFactory tunnels()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-