net.floodlightcontroller.core
Class SwitchSyncRepresentation.SyncedPort

java.lang.Object
  extended by net.floodlightcontroller.core.SwitchSyncRepresentation.SyncedPort
Enclosing class:
SwitchSyncRepresentation

public static class SwitchSyncRepresentation.SyncedPort
extends java.lang.Object


Field Summary
 int advertisedFeatures
           
 int config
           
 int currentFeatures
           
 long hardwareAddress
           
 java.lang.String name
           
 int peerFeatures
           
 int portNumber
           
 int state
           
 int supportedFeatures
           
 
Constructor Summary
SwitchSyncRepresentation.SyncedPort()
           
 
Method Summary
static SwitchSyncRepresentation.SyncedPort fromImmutablePort(ImmutablePort p)
           
 OFPhysicalPort toOFPhysicalPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portNumber

public int portNumber

hardwareAddress

public long hardwareAddress

name

public java.lang.String name

config

public int config

state

public int state

currentFeatures

public int currentFeatures

advertisedFeatures

public int advertisedFeatures

supportedFeatures

public int supportedFeatures

peerFeatures

public int peerFeatures
Constructor Detail

SwitchSyncRepresentation.SyncedPort

public SwitchSyncRepresentation.SyncedPort()
Method Detail

fromImmutablePort

public static SwitchSyncRepresentation.SyncedPort fromImmutablePort(ImmutablePort p)

toOFPhysicalPort

public OFPhysicalPort toOFPhysicalPort()