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 L2VpnContextL2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId)Deprecated.L2VpnContextL2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.L2VpnContextL2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId)L2VpnContextL2vpnContextStub. 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 voidL2vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback)Deprecated.voidL2vpnContext. 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.voidL2vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnContext> asyncCallback)voidL2vpnContextStub. 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 L2VpnContextL2VpnContext. _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 L2VpnContextL2VpnContext. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L2VpnContextL2VpnContext.Builder. build()L2VpnContextChildL2VpnContext. getL2VpnContext()Methods in com.vmware.nsx_policy.model with parameters of type L2VpnContext Modifier and Type Method Description ChildL2VpnContext.BuilderChildL2VpnContext.Builder. setL2VpnContext(L2VpnContext l2VpnContext)voidChildL2VpnContext. setL2VpnContext(L2VpnContext l2VpnContext)
-