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