Uses of Class
com.vmware.nsx_policy.model.L3VpnContext
-
Packages that use L3VpnContext Package Description com.vmware.nsx_policy.infra.tier_0s.locale_services com.vmware.nsx_policy.model -
-
Uses of L3VpnContext in com.vmware.nsx_policy.infra.tier_0s.locale_services
Methods in com.vmware.nsx_policy.infra.tier_0s.locale_services that return L3VpnContext Modifier and Type Method Description L3VpnContextL3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId)Deprecated.L3VpnContextL3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.L3VpnContextL3vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId)L3VpnContextL3vpnContextStub. 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 L3VpnContext Modifier and Type Method Description voidL3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback)Deprecated.voidL3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voidL3vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback)voidL3vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of L3VpnContext in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L3VpnContext Modifier and Type Method Description static L3VpnContextL3VpnContext. _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 L3VpnContextL3VpnContext. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L3VpnContextL3VpnContext.Builder. build()L3VpnContextChildL3VpnContext. getL3VpnContext()Methods in com.vmware.nsx_policy.model with parameters of type L3VpnContext Modifier and Type Method Description ChildL3VpnContext.BuilderChildL3VpnContext.Builder. setL3VpnContext(L3VpnContext l3VpnContext)voidChildL3VpnContext. setL3VpnContext(L3VpnContext l3VpnContext)
-