Package TestON :: Package tests :: Package HAminorityRestart :: Package dependencies :: Module obelisk :: Class ObeliskTopo
[hide private]
[frames] | no frames]

Class ObeliskTopo

source code


Instance Methods [hide private]
 
__init__(self)
Topo object.
source code

Inherited from mininet.topo.Topo: addHost, addLink, addNode, addPort, addSwitch, build, convertTo, hosts, isSwitch, iterLinks, linkInfo, links, nodeInfo, nodes, port, setNodeInfo, setlinkInfo, switches

Inherited from mininet.topo.Topo (private): _linkEntry

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from mininet.topo.Topo: sorted

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Topo object. Optional named parameters: hinfo: default host options sopts: default switch options lopts: default link options calls build()

Overrides: object.__init__
(inherited documentation)