Uses of Class
com.vmware.nsx_policy.model.DuplicateAddressBindingEntry
-
Packages that use DuplicateAddressBindingEntry Package Description com.vmware.nsx_policy.model -
-
Uses of DuplicateAddressBindingEntry in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DuplicateAddressBindingEntry Modifier and Type Method Description static DuplicateAddressBindingEntry
DuplicateAddressBindingEntry. _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 DuplicateAddressBindingEntry
DuplicateAddressBindingEntry. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DuplicateAddressBindingEntry
DuplicateAddressBindingEntry.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type DuplicateAddressBindingEntry Modifier and Type Method Description java.util.List<DuplicateAddressBindingEntry>
SegmentPortState. getDuplicateBindings()
If any address binding discovered on the port is also found on other port on the same segment, then it is included in the duplicate bindings list along with the ID of the port with which it conflicts.Method parameters in com.vmware.nsx_policy.model with type arguments of type DuplicateAddressBindingEntry Modifier and Type Method Description SegmentPortState.Builder
SegmentPortState.Builder. setDuplicateBindings(java.util.List<DuplicateAddressBindingEntry> duplicateBindings)
If any address binding discovered on the port is also found on other port on the same segment, then it is included in the duplicate bindings list along with the ID of the port with which it conflicts.void
SegmentPortState. setDuplicateBindings(java.util.List<DuplicateAddressBindingEntry> duplicateBindings)
If any address binding discovered on the port is also found on other port on the same segment, then it is included in the duplicate bindings list along with the ID of the port with which it conflicts.
-