Uses of Class
com.vmware.nsx_policy.model.PortAddressBindingEntry
-
Packages that use PortAddressBindingEntry Package Description com.vmware.nsx_policy.model -
-
Uses of PortAddressBindingEntry in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PortAddressBindingEntry Modifier and Type Method Description static PortAddressBindingEntry
PortAddressBindingEntry. _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 PortAddressBindingEntry
PortAddressBindingEntry. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PortAddressBindingEntry
PortAddressBindingEntry.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PortAddressBindingEntry Modifier and Type Method Description java.util.List<PortAddressBindingEntry>
Segment. getAddressBindings()
Deprecated.java.util.List<PortAddressBindingEntry>
SegmentPort. getAddressBindings()
Static address binding used for the port.java.util.List<PortAddressBindingEntry>
VpcSubnetPort. getAddressBindings()
Static address binding used for the port.java.util.List<PortAddressBindingEntry>
SegmentPort. getIgnoredAddressBindings()
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.java.util.List<PortAddressBindingEntry>
VpcSubnetPort. getIgnoredAddressBindings()
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.Method parameters in com.vmware.nsx_policy.model with type arguments of type PortAddressBindingEntry Modifier and Type Method Description Segment.Builder
Segment.Builder. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the Segment.void
Segment. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Deprecated.SegmentPort.Builder
SegmentPort.Builder. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the port.void
SegmentPort. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the port.VpcSubnetPort.Builder
VpcSubnetPort.Builder. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the port.void
VpcSubnetPort. setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the port.SegmentPort.Builder
SegmentPort.Builder. setIgnoredAddressBindings(java.util.List<PortAddressBindingEntry> ignoredAddressBindings)
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.void
SegmentPort. setIgnoredAddressBindings(java.util.List<PortAddressBindingEntry> ignoredAddressBindings)
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.VpcSubnetPort.Builder
VpcSubnetPort.Builder. setIgnoredAddressBindings(java.util.List<PortAddressBindingEntry> ignoredAddressBindings)
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.void
VpcSubnetPort. setIgnoredAddressBindings(java.util.List<PortAddressBindingEntry> ignoredAddressBindings)
IP Discovery module uses various mechanisms to discover address bindings being used on each segment port.
-