Commit 25fc7040 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- Added attributes to Link in context
parent 33da5935
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -236,10 +236,16 @@ message LinkId {
  Uuid link_uuid = 1;
}

message LinkAttributes {
  float total_capacity_gbps   = 1;
  float current_capacity_gbps = 2;
}

message Link {
  LinkId link_id = 1;
  string name = 2;
  repeated EndPointId link_endpoint_ids = 3;
  LinkAttributes attributes = 4;
}

message LinkIdList {