Open Kilda Java Documentation
org.openkilda.LinksUtils Class Reference

Static Public Member Functions

static List< LinkDtodumpLinks ()
 
static boolean islFail (String switchName, String portNo)
 
static boolean addLink (String srcSwitchName, String destSwitchName)
 

Detailed Description

Definition at line 29 of file LinksUtils.java.

Member Function Documentation

◆ addLink()

static boolean org.openkilda.LinksUtils.addLink ( String  srcSwitchName,
String  destSwitchName 
)
static

Creates link between two switches.

Definition at line 97 of file LinksUtils.java.

◆ dumpLinks()

static List<LinkDto> org.openkilda.LinksUtils.dumpLinks ( )
static

Returns links through Topology-Engine-Rest service.

Returns
The JSON document of all flows

Definition at line 42 of file LinksUtils.java.

◆ islFail()

static boolean org.openkilda.LinksUtils.islFail ( String  switchName,
String  portNo 
)
static

Cut the ISL which goes from specific switch and port.

Definition at line 75 of file LinksUtils.java.


The documentation for this class was generated from the following file: