Uses of Class
com.vmware.nsx_policy.model.AddressBindingEntry
-
Packages that use AddressBindingEntry Package Description com.vmware.nsx_policy.model -
-
Uses of AddressBindingEntry in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AddressBindingEntry Modifier and Type Method Description static AddressBindingEntryAddressBindingEntry. _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 AddressBindingEntryAddressBindingEntry. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AddressBindingEntryAddressBindingEntry.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type AddressBindingEntry Modifier and Type Method Description java.util.List<AddressBindingEntry>SegmentPortState. getDiscoveredBindings()Contains the list of address bindings for a segment port that were automatically dicovered using various snooping methods like ARP, DHCP etc.java.util.List<AddressBindingEntry>SegmentPortState. getRealizedBindings()List of segment port bindings that are realized.Method parameters in com.vmware.nsx_policy.model with type arguments of type AddressBindingEntry Modifier and Type Method Description SegmentPortState.BuilderSegmentPortState.Builder. setDiscoveredBindings(java.util.List<AddressBindingEntry> discoveredBindings)Contains the list of address bindings for a segment port that were automatically dicovered using various snooping methods like ARP, DHCP etc.voidSegmentPortState. setDiscoveredBindings(java.util.List<AddressBindingEntry> discoveredBindings)Contains the list of address bindings for a segment port that were automatically dicovered using various snooping methods like ARP, DHCP etc.SegmentPortState.BuilderSegmentPortState.Builder. setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)List of segment port bindings that are realized.voidSegmentPortState. setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)List of segment port bindings that are realized.
-