Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed Jun 13, 2024
1 parent 275ddc0 commit c17414e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/v56/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ type OrgVDCNetwork struct {
Type string `xml:"type,attr,omitempty" json:"type,omitempty"`
ID string `xml:"id,attr,omitempty" json:"id,omitempty"`
OperationKey string `xml:"operationKey,attr,omitempty" json:"operationKey,omitempty"`
Name string `xml:"name" json:"name"`
Name string `xml:"name,attr" json:"name"`
Status string `xml:"status,attr,omitempty" json:"status,omitempty"`
Link []Link `xml:"Link,omitempty" json:"link,omitempty"`
Description string `xml:"Description" json:"description"`
Description string `xml:"Description,omitempty" json:"description"`
Configuration *NetworkConfiguration `xml:"Configuration,omitempty" json:"configuration,omitempty"`
EdgeGateway *Reference `xml:"EdgeGateway,omitempty" json:"edgeGateway,omitempty"`
ServiceConfig *GatewayFeatures `xml:"ServiceConfig,omitempty" json:"serviceConfig,omitempty"` // Specifies the service configuration for an isolated Org VDC networks
Expand Down

0 comments on commit c17414e

Please sign in to comment.