Commit 93f829b
authored
add vlan to initialisms (#161)
Issue #, if available: N/A
Description of changes:
* add vlan to initialisms; Subnet resource generates this field
Testing:
* `make test` ✅
* `make build-controller` ✅
```
type LocalGatewayVirtualInterface struct {
LocalAddress *string `json:"localAddress,omitempty"`
LocalBGPASN *int64 `json:"localBGPASN,omitempty"`
LocalGatewayID *string `json:"localGatewayID,omitempty"`
OwnerID *string `json:"ownerID,omitempty"`
PeerAddress *string `json:"peerAddress,omitempty"`
PeerBGPASN *int64 `json:"peerBGPASN,omitempty"`
Tags []*Tag `json:"tags,omitempty"`
VLAN *int64 `json:"vlan,omitempty"`
}
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 821a0da commit 93f829b
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments