The Class Switchrelation.
- Author
- Gaurav Chugh
Definition at line 20 of file IslLinkInfo.java.
◆ getAvailableBandwidth()
int org.openkilda.model.IslLinkInfo.getAvailableBandwidth |
( |
| ) |
|
Gets the available bandwidth.
- Returns
- the available bandwidth
Definition at line 146 of file IslLinkInfo.java.
◆ getCost()
String org.openkilda.model.IslLinkInfo.getCost |
( |
| ) |
|
◆ getDstPort()
int org.openkilda.model.IslLinkInfo.getDstPort |
( |
| ) |
|
◆ getDstSwitch()
String org.openkilda.model.IslLinkInfo.getDstSwitch |
( |
| ) |
|
◆ getDstSwitchName()
String org.openkilda.model.IslLinkInfo.getDstSwitchName |
( |
| ) |
|
◆ getForwardKey()
String org.openkilda.model.IslLinkInfo.getForwardKey |
( |
| ) |
|
◆ getLatency()
int org.openkilda.model.IslLinkInfo.getLatency |
( |
| ) |
|
◆ getReverseKey()
String org.openkilda.model.IslLinkInfo.getReverseKey |
( |
| ) |
|
◆ getSpeed()
int org.openkilda.model.IslLinkInfo.getSpeed |
( |
| ) |
|
◆ getSrcPort()
int org.openkilda.model.IslLinkInfo.getSrcPort |
( |
| ) |
|
◆ getSrcSwitch()
String org.openkilda.model.IslLinkInfo.getSrcSwitch |
( |
| ) |
|
◆ getSrcSwitchName()
String org.openkilda.model.IslLinkInfo.getSrcSwitchName |
( |
| ) |
|
◆ getState()
String org.openkilda.model.IslLinkInfo.getState |
( |
| ) |
|
◆ getState1()
String org.openkilda.model.IslLinkInfo.getState1 |
( |
| ) |
|
◆ isAffected()
boolean org.openkilda.model.IslLinkInfo.isAffected |
( |
| ) |
|
◆ isUnidirectional()
boolean org.openkilda.model.IslLinkInfo.isUnidirectional |
( |
| ) |
|
◆ setAffected()
void org.openkilda.model.IslLinkInfo.setAffected |
( |
boolean |
affected | ) |
|
◆ setAvailableBandwidth()
void org.openkilda.model.IslLinkInfo.setAvailableBandwidth |
( |
final int |
availableBandwidth | ) |
|
Sets the available bandwidth.
- Parameters
-
availableBandwidth | the new available bandwidth |
Definition at line 156 of file IslLinkInfo.java.
◆ setCost()
void org.openkilda.model.IslLinkInfo.setCost |
( |
String |
cost | ) |
|
◆ setDstPort()
void org.openkilda.model.IslLinkInfo.setDstPort |
( |
final int |
dstPort | ) |
|
◆ setDstSwitch()
void org.openkilda.model.IslLinkInfo.setDstSwitch |
( |
final String |
dstSwitch | ) |
|
Sets the dst switch.
- Parameters
-
dstSwitch | the new dst switch |
Definition at line 196 of file IslLinkInfo.java.
◆ setDstSwitchName()
void org.openkilda.model.IslLinkInfo.setDstSwitchName |
( |
String |
dstSwitchName | ) |
|
◆ setLatency()
void org.openkilda.model.IslLinkInfo.setLatency |
( |
final int |
latency | ) |
|
◆ setSpeed()
void org.openkilda.model.IslLinkInfo.setSpeed |
( |
final int |
speed | ) |
|
◆ setSrcPort()
void org.openkilda.model.IslLinkInfo.setSrcPort |
( |
final int |
srcPort | ) |
|
◆ setSrcSwitch()
void org.openkilda.model.IslLinkInfo.setSrcSwitch |
( |
final String |
srcSwitch | ) |
|
Sets the src switch.
- Parameters
-
srcSwitch | the new src switch |
Definition at line 136 of file IslLinkInfo.java.
◆ setSrcSwitchName()
void org.openkilda.model.IslLinkInfo.setSrcSwitchName |
( |
String |
srcSwitchName | ) |
|
◆ setState()
void org.openkilda.model.IslLinkInfo.setState |
( |
final String |
state | ) |
|
◆ setState1()
void org.openkilda.model.IslLinkInfo.setState1 |
( |
String |
state1 | ) |
|
◆ setUnidirectional()
void org.openkilda.model.IslLinkInfo.setUnidirectional |
( |
boolean |
isUnidirectional | ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/model/IslLinkInfo.java