Skip to content
Snippets Groups Projects
Commit 52bab918 authored by Jose Luis Carcel's avatar Jose Luis Carcel
Browse files

Update file context.proto

parent a82c61e0
No related branches found
No related tags found
1 merge request!338Resolve "(EVIDEN) SmartNIC support"
......@@ -448,9 +448,10 @@ message EndPointId {
message EndPoint {
EndPointId endpoint_id = 1;
string name = 2;
string endpoint_type = 3;
string endpoint_type = 3; // == 'smartnics'
repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4;
Location endpoint_location = 5;
map<string, google.Any> capabilities = 6;
}
message EndPointName {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment