blob: 9e686362abe841bb7a57c79f42fe12e9b98b87fb [file] [log] [blame]
Sho SHIMIZUfe129db2014-11-11 14:24:51 -08001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2014-present Open Networking Laboratory
Sho SHIMIZUfe129db2014-11-11 14:24:51 -08003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Brian O'Connorabafb502014-12-02 22:26:20 -080016package org.onosproject.net;
Sho SHIMIZUfe129db2014-11-11 14:24:51 -080017
18/**
19 * Collection of keys for annotation.
Thomas Vachuska96d55b12015-05-11 08:52:03 -070020 * <p>
21 * Number of the annotation keys have been deprecated as the use of annotations
22 * is being phased out and instead network configuration subsystem is being
23 * phased-in for majority of model meta-data.
Sho SHIMIZUfe129db2014-11-11 14:24:51 -080024 */
25public final class AnnotationKeys {
26
27 // Prohibit instantiation
andreafe3308f2015-10-06 15:51:25 -070028 private AnnotationKeys() {
29 }
Sho SHIMIZUfe129db2014-11-11 14:24:51 -080030
31 /**
Sho SHIMIZUf5c3a2e2014-12-02 14:49:39 -080032 * Annotation key for instance name.
33 */
34 public static final String NAME = "name";
35
36 /**
37 * Annotation key for instance type (e.g. host type).
Thomas Vachuska96d55b12015-05-11 08:52:03 -070038 *
39 * @deprecated since Cardinal
Sho SHIMIZUf5c3a2e2014-12-02 14:49:39 -080040 */
Thomas Vachuska96d55b12015-05-11 08:52:03 -070041 @Deprecated
Sho SHIMIZUf5c3a2e2014-12-02 14:49:39 -080042 public static final String TYPE = "type";
43
44 /**
Simon Hunt1e20dae2016-10-28 11:26:26 -070045 * Annotation key for UI type (the glyph ID for rendering).
46 */
47 public static final String UI_TYPE = "uiType";
48
49 /**
Sho SHIMIZUf5c3a2e2014-12-02 14:49:39 -080050 * Annotation key for latitude (e.g. latitude of device).
51 */
52 public static final String LATITUDE = "latitude";
53
54 /**
Simon Hunt6a8cb4f2016-08-09 15:08:57 -070055 * Annotation key for longitude (e.g. longitude of device).
Sho SHIMIZUf5c3a2e2014-12-02 14:49:39 -080056 */
57 public static final String LONGITUDE = "longitude";
58
59 /**
60 * Annotation key for southbound protocol.
61 */
62 public static final String PROTOCOL = "protocol";
63
64 /**
Thomas Vachuskaca88bb72015-04-08 19:38:02 -070065 * Annotation key for the device driver name.
66 */
67 public static final String DRIVER = "driver";
68
69 /**
Thomas Vachuska57126fe2014-11-11 17:13:24 -080070 * Annotation key for durable links.
71 */
72 public static final String DURABLE = "durable";
73
74 /**
Thomas Vachuska41fe1ec2015-12-03 23:17:02 -080075 * Annotation key for link metric; used by
76 * {@link org.onosproject.net.topology.MetricLinkWeight} function.
77 */
78 public static final String METRIC = "metric";
79
80 /**
Sho SHIMIZUfe129db2014-11-11 14:24:51 -080081 * Annotation key for latency.
82 */
83 public static final String LATENCY = "latency";
Sho SHIMIZU97a64cd2014-11-11 16:31:21 -080084
85 /**
Toshio Koide4b6562b2014-11-13 17:20:47 -080086 * Annotation key for bandwidth.
Sho SHIMIZU0ce220a2015-01-23 15:54:47 -080087 * The value for this key is interpreted as Mbps.
Toshio Koide4b6562b2014-11-13 17:20:47 -080088 */
89 public static final String BANDWIDTH = "bandwidth";
90
91 /**
92 * Annotation key for the number of optical waves.
93 */
94 public static final String OPTICAL_WAVES = "optical.waves";
95
96 /**
Thomas Vachuskab52a0142015-04-21 17:48:15 -070097 * Annotation key for the port name.
98 */
99 public static final String PORT_NAME = "portName";
100
Simon Huntab1305242015-05-06 18:07:13 -0700101 /**
lishuai4ee42042015-11-30 17:19:21 +0800102 * Annotation key for the port mac.
103 */
104 public static final String PORT_MAC = "portMac";
105
106 /**
Simon Huntab1305242015-05-06 18:07:13 -0700107 * Annotation key for the router ID.
108 */
109 public static final String ROUTER_ID = "routerId";
Thomas Vachuskab52a0142015-04-21 17:48:15 -0700110
Thomas Vachuska41fe1ec2015-12-03 23:17:02 -0800111 /**
112 * Annotation key for the static lambda.
113 */
Marc De Leenheer723f5532015-06-03 20:16:17 -0700114 public static final String STATIC_LAMBDA = "staticLambda";
115
Thomas Vachuska41fe1ec2015-12-03 23:17:02 -0800116 /**
117 * Annotation key for the static port.
118 */
Marc De Leenheer723f5532015-06-03 20:16:17 -0700119 public static final String STATIC_PORT = "staticPort";
120
Thomas Vachuskab52a0142015-04-21 17:48:15 -0700121 /**
Ayaka Koshibe08911292015-08-05 15:07:08 -0700122 * Annotation key for device location.
123 */
124 public static final String RACK_ADDRESS = "rackAddress";
125
126 /**
127 * Annotation key for device owner.
128 */
129 public static final String OWNER = "owner";
130
131 /**
andreafe3308f2015-10-06 15:51:25 -0700132 * Annotation key for the channel id.
133 */
134 public static final String CHANNEL_ID = "channelId";
135
136 /**
137 * Annotation key for the management address.
138 */
139 public static final String MANAGEMENT_ADDRESS = "managementAddress";
140
141 /**
Brian Stanke9bf8d7c2016-02-11 10:17:23 -0500142 * Annotation key for the username.
143 */
144 public static final String USERNAME = "username";
145
146 /**
147 * Annotation key for the password.
148 */
149 public static final String PASSWORD = "password";
150
151 /**
Yuta HIGUCHI76609cd2016-09-16 15:25:13 -0700152 * Link annotation key to express that a Link
153 * is backed by underlying protection mechanism.
154 */
155 // value is undefined at the moment, only using key existence
156 public static final String PROTECTED = "protected";
157
158 /**
Michele Santuaric372c222017-01-12 09:41:25 +0100159 * Annotation key for REST server identifier.
160 */
161 public static final String REST_SERVER = "restServer";
162
163 /**
Sho SHIMIZU97a64cd2014-11-11 16:31:21 -0800164 * Returns the value annotated object for the specified annotation key.
165 * The annotated value is expected to be String that can be parsed as double.
166 * If parsing fails, the returned value will be 1.0.
167 *
168 * @param annotated annotated object whose annotated value is obtained
andreafe3308f2015-10-06 15:51:25 -0700169 * @param key key of annotation
Sho SHIMIZU97a64cd2014-11-11 16:31:21 -0800170 * @return double value of annotated object for the specified key
171 */
172 public static double getAnnotatedValue(Annotated annotated, String key) {
173 double value;
174 try {
175 value = Double.parseDouble(annotated.annotations().value(key));
176 } catch (NumberFormatException e) {
177 value = 1.0;
178 }
179 return value;
180 }
Sho SHIMIZUfe129db2014-11-11 14:24:51 -0800181}