public class L2vpnFactory
extends java.lang.Object
L2vpnFactory is responsible for creating instances of services
contained inside the com.vmware.nsx.vpn.l2vpn package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static L2vpnFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Services |
servicesService()
Returns an instance of class
Services |
SessionsFactory |
sessions() |
Sessions |
sessionsService()
Returns an instance of class
Sessions |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static L2vpnFactory 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 requestL2vpnFactory factory instancepublic SessionsFactory sessions()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)