Open Kilda Java Documentation
PortStateType.java
Go to the documentation of this file.
1 package org.openkilda.simulator.classes;
2 
3 public enum PortStateType {
4  UP, DOWN
5 }