This commit is contained in:
2025-11-25 18:09:46 +03:00
parent 9eac1da63f
commit 1703d1ed33
266 changed files with 5566 additions and 502 deletions

View File

@@ -33,12 +33,13 @@ class CloudapiDisksGetResultModel(_base.BaseAPIResultModel):
sep_type: _nested.SEPType
shared: bool
size_available: float
size_available: float
size_max_gb: int
size_used: float
snapshots: list[_nested.SnapshotAPIResultNM]
status: _nested.DiskStatus
storage_policy_id: int
tech_status: _nested.DiskTechStatus
to_clean: bool
type: _nested.DiskType
updated_by: str
vm_id: int | None