Remove form_factor.
This commit is contained in:
parent
28315c8934
commit
b1ad0dab6f
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ type Dcim_Interfaces_Create struct {
|
||||||
Device int `json:"device"`
|
Device int `json:"device"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Type int `json:"type,omitempty"`
|
Type int `json:"type,omitempty"`
|
||||||
FormFactor string `json:"form_factor"`
|
|
||||||
Enabled bool `json:"enabled,omitempty"`
|
Enabled bool `json:"enabled,omitempty"`
|
||||||
Lag int `json:"lag,omitempty"`
|
Lag int `json:"lag,omitempty"`
|
||||||
Mtu int `json:"mtu,omitempty"`
|
Mtu int `json:"mtu,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue