Remove form_factor.

This commit is contained in:
Kalle Carlbark 2019-09-16 16:47:50 +02:00
parent 28315c8934
commit b1ad0dab6f
No known key found for this signature in database
GPG key ID: 3FC0C93C5A5A0670

View file

@ -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"`