public class IpsecFactory
extends java.lang.Object
IpsecFactory is responsible for creating instances of services
contained inside the com.vmware.nsx.vpn.ipsec package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
DpdProfiles |
dpdProfilesService()
Returns an instance of class
DpdProfiles |
static IpsecFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
IkeProfiles |
ikeProfilesService()
Returns an instance of class
IkeProfiles |
LocalEndpoints |
localEndpointsService()
Returns an instance of class
LocalEndpoints |
PeerEndpoints |
peerEndpointsService()
Returns an instance of class
PeerEndpoints |
Services |
servicesService()
Returns an instance of class
Services |
SessionsFactory |
sessions() |
Sessions |
sessionsService()
Returns an instance of class
Sessions |
TunnelProfiles |
tunnelProfilesService()
Returns an instance of class
TunnelProfiles |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static IpsecFactory 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 requestIpsecFactory factory instancepublic DpdProfiles dpdProfilesService()
DpdProfilespublic IkeProfiles ikeProfilesService()
IkeProfilespublic LocalEndpoints localEndpointsService()
LocalEndpointspublic PeerEndpoints peerEndpointsService()
PeerEndpointspublic TunnelProfiles tunnelProfilesService()
TunnelProfilespublic SessionsFactory sessions()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)