Package org.onosproject.ui.topo
Class TopoConstants.Properties
- java.lang.Object
-
- org.onosproject.ui.topo.TopoConstants.Properties
-
- Enclosing class:
- TopoConstants
public static final class TopoConstants.Properties extends Object
Defines constants for property/localization keys on the default summary and details panels. Note that display labels should be looked up using the "core.view.Topo" localization bundle (LionBundle).
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEVICESstatic StringFLOWSstatic StringGRID_Xstatic StringGRID_Ystatic StringHOSTSstatic StringHW_VERSIONstatic StringINTENTSstatic StringIPstatic StringLATITUDEstatic StringLINKSstatic StringLONGITUDEstatic StringMACstatic StringPORTSstatic StringPROTOCOLstatic StringSEPARATORstatic StringSERIAL_NUMBERstatic StringSW_VERSIONstatic StringTOPOLOGY_SSCSstatic StringTUNNELSstatic StringURIstatic StringVENDORstatic StringVERSIONstatic StringVLANstatic StringVLAN_NONE
-
Constructor Summary
Constructors Constructor Description Properties()
-
-
-
Field Detail
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
DEVICES
public static final String DEVICES
- See Also:
- Constant Field Values
-
LINKS
public static final String LINKS
- See Also:
- Constant Field Values
-
HOSTS
public static final String HOSTS
- See Also:
- Constant Field Values
-
TOPOLOGY_SSCS
public static final String TOPOLOGY_SSCS
- See Also:
- Constant Field Values
-
INTENTS
public static final String INTENTS
- See Also:
- Constant Field Values
-
TUNNELS
public static final String TUNNELS
- See Also:
- Constant Field Values
-
FLOWS
public static final String FLOWS
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
VENDOR
public static final String VENDOR
- See Also:
- Constant Field Values
-
HW_VERSION
public static final String HW_VERSION
- See Also:
- Constant Field Values
-
SW_VERSION
public static final String SW_VERSION
- See Also:
- Constant Field Values
-
SERIAL_NUMBER
public static final String SERIAL_NUMBER
- See Also:
- Constant Field Values
-
PROTOCOL
public static final String PROTOCOL
- See Also:
- Constant Field Values
-
LATITUDE
public static final String LATITUDE
- See Also:
- Constant Field Values
-
LONGITUDE
public static final String LONGITUDE
- See Also:
- Constant Field Values
-
GRID_Y
public static final String GRID_Y
- See Also:
- Constant Field Values
-
GRID_X
public static final String GRID_X
- See Also:
- Constant Field Values
-
PORTS
public static final String PORTS
- See Also:
- Constant Field Values
-
MAC
public static final String MAC
- See Also:
- Constant Field Values
-
IP
public static final String IP
- See Also:
- Constant Field Values
-
VLAN
public static final String VLAN
- See Also:
- Constant Field Values
-
VLAN_NONE
public static final String VLAN_NONE
- See Also:
- Constant Field Values
-
-