Uses of Class
com.vmware.nsx_policy.model.L2Extension
-
Packages that use L2Extension Package Description com.vmware.nsx_policy.model -
-
Uses of L2Extension in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L2Extension Modifier and Type Method Description static L2Extension
L2Extension. _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 L2Extension
L2Extension. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L2Extension
L2Extension.Builder. build()
L2Extension
Segment. getL2Extension()
Methods in com.vmware.nsx_policy.model with parameters of type L2Extension Modifier and Type Method Description Segment.Builder
Segment.Builder. setL2Extension(L2Extension l2Extension)
void
Segment. setL2Extension(L2Extension l2Extension)
-