Skip to content

Commit

Permalink
feat(metadata): add default to network interface (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat authored Oct 22, 2024
1 parent e32af78 commit a025c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ucloud/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ type MDIPs struct {
}

type MDNetworkInterfaces struct {
Default bool `json:"default"`
Id string `json:"id"`
IPs []MDIPs `json:"ips"`
Mac string `json:"mac"`
Expand Down

0 comments on commit a025c8c

Please sign in to comment.