Skip to content

Commit

Permalink
Changes to fix xml tag used for SnapshotId
Browse files Browse the repository at this point in the history
  • Loading branch information
vdkotkar committed Jan 5, 2024
1 parent a901615 commit cd8a788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cns/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ type CnsSnapshotNotFoundFault struct {
CnsFault

VolumeId CnsVolumeId `xml:"volumeId,omitempty"`
SnapshotId CnsSnapshotId `xml:"snapshotId"`
SnapshotId CnsSnapshotId `xml:"SnapshotId"`
}

func init() {
Expand All @@ -623,7 +623,7 @@ type CnsSnapshotCreatedFault struct {
CnsFault

VolumeId CnsVolumeId `xml:"volumeId"`
SnapshotId CnsSnapshotId `xml:"snapshotId"`
SnapshotId CnsSnapshotId `xml:"SnapshotId"`
Datastore types.ManagedObjectReference `xml:"datastore"`
}

Expand Down

0 comments on commit cd8a788

Please sign in to comment.