![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
NetworkEndpoint ( @JsonProperty("switch-id") SwitchId datapath, @JsonProperty("port-id") Integer portNumber) | |
NetworkEndpoint (NetworkEndpoint that) | |
SwitchId | getSwitchDpId () |
Integer | getPortId () |
![]() | |
AbstractNetworkEndpoint (SwitchId datapath, Integer portNumber) | |
Definition at line 23 of file NetworkEndpoint.java.
org.openkilda.messaging.model.NetworkEndpoint.NetworkEndpoint | ( | @JsonProperty("switch-id") SwitchId | datapath, |
@JsonProperty("port-id") Integer | portNumber | ||
) |
Definition at line 26 of file NetworkEndpoint.java.
org.openkilda.messaging.model.NetworkEndpoint.NetworkEndpoint | ( | NetworkEndpoint | that | ) |
Definition at line 35 of file NetworkEndpoint.java.
Integer org.openkilda.messaging.model.NetworkEndpoint.getPortId | ( | ) |
Definition at line 47 of file NetworkEndpoint.java.
SwitchId org.openkilda.messaging.model.NetworkEndpoint.getSwitchDpId | ( | ) |
Definition at line 41 of file NetworkEndpoint.java.