Uses of Class
com.vmware.nsx_policy.model.L2VpnContext
-
Packages that use L2VpnContext Package Description com.vmware.nsx_policy.infra.tier_0s.locale_services com.vmware.nsx_policy.model -
-
Uses of L2VpnContext in com.vmware.nsx_policy.infra.tier_0s.locale_services
Methods in com.vmware.nsx_policy.infra.tier_0s.locale_services that return L2VpnContext Modifier and Type Method Description L2VpnContext
L2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId)
Deprecated.L2VpnContext
L2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.L2VpnContext
L2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId)
L2VpnContext
L2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.tier_0s.locale_services with type arguments of type L2VpnContext Modifier and Type Method Description void
L2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback)
Deprecated.void
L2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
L2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback)
void
L2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of L2VpnContext in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L2VpnContext Modifier and Type Method Description static L2VpnContext
L2VpnContext. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static L2VpnContext
L2VpnContext. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L2VpnContext
L2VpnContext.Builder. build()
L2VpnContext
ChildL2VpnContext. getL2VpnContext()
Methods in com.vmware.nsx_policy.model with parameters of type L2VpnContext Modifier and Type Method Description ChildL2VpnContext.Builder
ChildL2VpnContext.Builder. setL2VpnContext(L2VpnContext l2VpnContext)
void
ChildL2VpnContext. setL2VpnContext(L2VpnContext l2VpnContext)
-