Common tools - Context Queries:
- Added get_connection_by_id and get_connection_by_uuid methods - Updated old get_service method to get_service_by_id and get_service_by_uuid - Updated get_service method to use new SelectService context method and filter options - Updated old get_slice method to get_slice_by_id and get_slice_by_uuid - Updated get_slice method to use new SelectSlice context method and filter options - Updated get_device method to use new SelectDevice context method and filter options
Showing
- src/common/tools/context_queries/Connection.py 43 additions, 0 deletionssrc/common/tools/context_queries/Connection.py
- src/common/tools/context_queries/Device.py 18 additions, 7 deletionssrc/common/tools/context_queries/Device.py
- src/common/tools/context_queries/Service.py 29 additions, 11 deletionssrc/common/tools/context_queries/Service.py
- src/common/tools/context_queries/Slice.py 33 additions, 11 deletionssrc/common/tools/context_queries/Slice.py
Loading
Please register or sign in to comment