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 AddressBindingEntry
AddressBindingEntry. _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 AddressBindingEntry
AddressBindingEntry. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AddressBindingEntry
AddressBindingEntry.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.Builder
SegmentPortState.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.void
SegmentPortState. 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.Builder
SegmentPortState.Builder. setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)
List of segment port bindings that are realized.void
SegmentPortState. setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)
List of segment port bindings that are realized.
-