Add get_data_directory function

This commit is contained in:
Yaroslava Lukoyanova 2023-06-05 12:10:32 +03:00 committed by ylukoyan
parent 26a78c0eae
commit f2f3d3c8e3
3 changed files with 19 additions and 0 deletions

View file

@ -167,6 +167,9 @@ class StorageNode(NodeBase):
def get_un_locode(self):
return self._get_attribute(ConfigAttributes.UN_LOCODE)
def get_data_directory(self) -> str:
return self.host.get_data_directory(self.name)
def delete_blobovnicza(self):
self.host.delete_blobovnicza(self.name)