Skip to content
Snippets Groups Projects
Commit 6af0adc8 authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update interdomain.proto

parent 31c23dbf
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -23,4 +23,5 @@ service InterdomainService {
rpc LookUpSlice (context.Slice ) returns (context.SliceId ) {}
rpc OrderSliceFromCatalog (context.Slice ) returns (context.Slice ) {}
rpc CreateSliceAndAddToCatalog(context.Slice ) returns (context.Slice ) {}
rpc OrderSliceWithSLA(context.Slice) returns (context.SliceId) {} // If slice with SLA already exists, returns slice. If not, it creates it.
}
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