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 L3VpnContext
L3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId)
Deprecated.L3VpnContext
L3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.L3VpnContext
L3vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId)
L3VpnContext
L3vpnContextStub. 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 void
L3vpnContext. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback)
Deprecated.void
L3vpnContext. 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.void
L3vpnContextStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, com.vmware.vapi.bindings.client.AsyncCallback<L3VpnContext> asyncCallback)
void
L3vpnContextStub. 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 L3VpnContext
L3VpnContext. _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 L3VpnContext
L3VpnContext. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L3VpnContext
L3VpnContext.Builder. build()
L3VpnContext
ChildL3VpnContext. getL3VpnContext()
Methods in com.vmware.nsx_policy.model with parameters of type L3VpnContext Modifier and Type Method Description ChildL3VpnContext.Builder
ChildL3VpnContext.Builder. setL3VpnContext(L3VpnContext l3VpnContext)
void
ChildL3VpnContext. setL3VpnContext(L3VpnContext l3VpnContext)
-