Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
SegmentPortState.Builder |
SegmentPortState.Builder.setAttachment(SegmentPortAttachmentState attachment) |
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.
|
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.
|
SegmentPortState.Builder |
SegmentPortState.Builder.setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)
List of segment port bindings that are realized.
|
SegmentPortState.Builder |
SegmentPortState.Builder.setTransportNodeIds(java.util.List<java.lang.String> transportNodeIds)
Identifiers of the transport nodes where the port is located
|