This commit is contained in:
2025-07-21 20:27:59 +07:00
parent 9f2c3dc81e
commit a63ff017af
66 changed files with 1724 additions and 339 deletions

View File

@@ -13,5 +13,6 @@ class CloudapiBserviceCreateProtocol(_base.BasePostAPIFunctionProtocol):
rg_id: int,
ssh_user: str | None = None,
ssh_key: str | None = None,
zone_id: int | None = None,
) -> CloudapiBserviceCreateResultInt:
...