Add form_factor.

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

View file

@ -17,6 +17,7 @@ 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"`