Skip to content

Commit

Permalink
Merge pull request #3358 from lipingxue/lipingx-blockbacking-Jan-31
Browse files Browse the repository at this point in the history
Add "AggregatedSnapshotCapacityInMb" to cnstype
  • Loading branch information
dougm committed Feb 8, 2024
2 parents 62f0515 + b137a5d commit 4dd8843
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cns/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,10 @@ func init() {
type CnsBlockBackingDetails struct {
CnsBackingObjectDetails

BackingDiskId string `xml:"backingDiskId,omitempty"`
BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"`
BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"`
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 4dd8843

Please sign in to comment.