public class L2vpnContextFactory
extends java.lang.Object
L2vpnContextFactory is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.infra.tier_0s.locale_services.l2vpn_context package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static L2vpnContextFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
L2vpnsFactory |
l2vpns() |
L2vpns |
l2vpnsService()
Returns an instance of class
L2vpns |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static L2vpnContextFactory 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 requestL2vpnContextFactory factory instancepublic L2vpnsFactory l2vpns()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)