Skip to content

Commit

Permalink
Add "AggregatedSnapshotCapacityInMb" to cnstype.
Browse files Browse the repository at this point in the history
  • Loading branch information
lipingxue committed Feb 8, 2024
1 parent 42d7d71 commit b137a5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cns/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,10 @@ func init() {
type CnsBlockBackingDetails struct {
CnsBackingObjectDetails

BackingDiskId string `xml:"backingDiskId,omitempty"`
BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"`
BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"`
UsedCapacityInMb int64 `xml:"usedCapacityInMb"`
BackingDiskId string `xml:"backingDiskId,omitempty"`
BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"`
BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"`
AggregatedSnapshotCapacityInMb int64 `xml:"aggregatedSnapshotCapacityInMb,omitempty"`
}

func init() {
Expand Down

0 comments on commit b137a5d

Please sign in to comment.