From 42d7d7110390dadf3ceae82179796dec0a07ea68 Mon Sep 17 00:00:00 2001 From: Liping Xue Date: Wed, 24 Jan 2024 16:07:24 -0800 Subject: [PATCH] Add new "UsedCapacityInMb" in struct "CnsBlockBackingDetails" --- cns/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cns/types/types.go b/cns/types/types.go index b796f2a1f..00ea70761 100644 --- a/cns/types/types.go +++ b/cns/types/types.go @@ -395,6 +395,7 @@ type CnsBlockBackingDetails struct { BackingDiskId string `xml:"backingDiskId,omitempty"` BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"` BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"` + UsedCapacityInMb int64 `xml:"usedCapacityInMb"` } func init() {