Showing
1 changed file
with
10 additions
and
0 deletions
| ... | @@ -15,7 +15,17 @@ | ... | @@ -15,7 +15,17 @@ |
| 15 | */ | 15 | */ |
| 16 | package org.onlab.onos.net.resource; | 16 | package org.onlab.onos.net.resource; |
| 17 | 17 | ||
| 18 | +/** | ||
| 19 | + * Represents types for link resources. | ||
| 20 | + */ | ||
| 18 | public enum ResourceType { | 21 | public enum ResourceType { |
| 22 | + /** | ||
| 23 | + * Lambda resource type. | ||
| 24 | + */ | ||
| 19 | LAMBDA, | 25 | LAMBDA, |
| 26 | + | ||
| 27 | + /** | ||
| 28 | + * Bandwidth resource type. | ||
| 29 | + */ | ||
| 20 | BANDWIDTH, | 30 | BANDWIDTH, |
| 21 | } | 31 | } | ... | ... |
-
Please register or login to post a comment