s/Vlan/VLAN/g
This commit is contained in:
parent
03436dbce9
commit
f0c5180e03
1 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ type IpamPrefixesCreate struct {
|
||||||
Site int `json:"site"`
|
Site int `json:"site"`
|
||||||
Vrf int `json:"vrf"`
|
Vrf int `json:"vrf"`
|
||||||
Tenant int `json:"tenant"`
|
Tenant int `json:"tenant"`
|
||||||
Vlan int `json:"vlan"`
|
VLAN int `json:"vlan"`
|
||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
Role int `json:"role"`
|
Role int `json:"role"`
|
||||||
IsPool bool `json:"is_pool"`
|
IsPool bool `json:"is_pool"`
|
||||||
|
@ -62,7 +62,7 @@ type IpamPrefixesList struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Slug string `json:"slug"`
|
Slug string `json:"slug"`
|
||||||
} `json:"tenant"`
|
} `json:"tenant"`
|
||||||
Vlan struct {
|
VLAN struct {
|
||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Vid int `json:"vid"`
|
Vid int `json:"vid"`
|
||||||
|
@ -79,7 +79,7 @@ type IpamPrefixesList struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Slug string `json:"slug"`
|
Slug string `json:"slug"`
|
||||||
PrefixCount int `json:"prefix_count"`
|
PrefixCount int `json:"prefix_count"`
|
||||||
VlanCount int `json:"vlan_count"`
|
VLANCount int `json:"vlan_count"`
|
||||||
} `json:"role"`
|
} `json:"role"`
|
||||||
IsPool bool `json:"is_pool"`
|
IsPool bool `json:"is_pool"`
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
|
@ -118,7 +118,7 @@ type PrefixFilter struct {
|
||||||
Region string `schema:"region,omitempty"`
|
Region string `schema:"region,omitempty"`
|
||||||
SiteID string `schema:"site_id,omitempty"`
|
SiteID string `schema:"site_id,omitempty"`
|
||||||
Site string `schema:"site,omitempty"`
|
Site string `schema:"site,omitempty"`
|
||||||
VlanID string `schema:"vlan_id,omitempty"`
|
VLANID string `schema:"vlan_id,omitempty"`
|
||||||
Role string `schema:"role,omitempty"`
|
Role string `schema:"role,omitempty"`
|
||||||
Status string `schema:"status,omitempty"`
|
Status string `schema:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue