Open Kilda Java Documentation
kilda.mininet.rest.KildaSwitch Class Reference
Inheritance diagram for kilda.mininet.rest.KildaSwitch:

Public Member Functions

def __init__ (self, name, params)
 
def batchStartup (cls, switches, run=errRun)
 
def batchShutdown (cls, switches, run=errRun)
 

Detailed Description

Definition at line 43 of file rest.py.

Constructor & Destructor Documentation

◆ __init__()

def kilda.mininet.rest.KildaSwitch.__init__ (   self,
  name,
  params 
)

Definition at line 45 of file rest.py.

Member Function Documentation

◆ batchShutdown()

def kilda.mininet.rest.KildaSwitch.batchShutdown (   cls,
  switches,
  run = errRun 
)
Mininet looks for this during stop(). It exists in OVSSwitch. Kilda, at the moment,
doesn't like this batch operation (and it shouldn't be done in batch)

Definition at line 62 of file rest.py.

◆ batchStartup()

def kilda.mininet.rest.KildaSwitch.batchStartup (   cls,
  switches,
  run = errRun 
)
Mininet looks for this during stop(). It exists in OVSSwitch. Kilda, at the moment,
doesn't like this batch operation (and it shouldn't be done in batch)

Definition at line 50 of file rest.py.


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