Skip to content

Commit

Permalink
Fix incorrect SupportedHardwareVersion label
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Maxia <gmaxia@vmware.com>
  • Loading branch information
Giuseppe Maxia committed Jul 3, 2023
1 parent 475cce7 commit 6a367f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/v56/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ type OrgVDCNetwork struct {
// Description: Contains a list of VMware virtual hardware versions supported in this vDC.
// Since: 1.5
type SupportedHardwareVersions struct {
SupportedHardwareVersion []*Reference `xml:"OpenApiSupportedHardwareVersions,omitempty"` // A virtual hardware version supported in this vDC.
SupportedHardwareVersion []Reference `xml:"SupportedHardwareVersion,omitempty"` // A virtual hardware version supported in this vDC.
}

// Capabilities collection of supported hardware capabilities.
Expand Down

0 comments on commit 6a367f7

Please sign in to comment.