This commit is contained in:
dayterr
2025-10-02 12:36:47 +03:00
parent 84a090f9e8
commit 095a18f27a
10 changed files with 153 additions and 38 deletions

View File

@@ -56,6 +56,9 @@ type ItemStoragePolicy struct {
// Max IOPS for the sotrage policy
LimitIOPS uint64 `json:"limit_iops"`
// Storage policy ID
StoragePolicyID uint64 `json:"storage_policy_id"`
// Which accounts and resource groups use the storage policy
Usage Usage `json:"usage"`
}
@@ -82,6 +85,9 @@ type InfoStoragePolicy struct {
// Max IOPS for the storage policy
LimitIOPS uint64 `json:"limit_iops"`
// Storage policy ID
StoragePolicyID uint64 `json:"storage_policy_id"`
// Which accounts and resource groups use the storage policy
Usage Usage `json:"usage"`
}