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