public class L2vpnServicesFactory
extends java.lang.Object
L2vpnServicesFactory
is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.infra.tier_1s.l2vpn_services package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
static L2vpnServicesFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
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 L2vpnServicesFactory 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 requestL2vpnServicesFactory
factory instancepublic SessionsFactory sessions()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)