This commit is contained in:
dayterr
2026-02-27 17:09:58 +03:00
parent 2ded555d47
commit a92bdecb29
33 changed files with 119 additions and 267 deletions

View File

@@ -22,8 +22,8 @@ type InfoStoragePolicyWithID struct {
// Max IOPS for the sotrage policy
LimitIOPS uint64 `json:"limit_iops"`
// ID of the storage policy
StoragePolicyID uint64 `json:"storage_policy_id"`
// Which accounts and resource groups use the storage policy
Usage Usage `json:"usage"`
}
type ListStoragePolicies struct {