Commit 8655f43f authored by Jonas Kaufmann's avatar Jonas Kaufmann
Browse files

orchestration/instantiation/Socket: add type property

parent f6ac836d
......@@ -35,3 +35,7 @@ class Socket(util_base.IdObj):
super().__init__()
self._path = path
self._type = ty
@property
def type(self) -> SockType:
return self._type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment