v1.12.0
This commit is contained in:
@@ -21,6 +21,11 @@ type UpdateRequest struct {
|
||||
// New external network description
|
||||
// Required: false
|
||||
Description string `url:"desc,omitempty" json:"desc,omitempty"`
|
||||
|
||||
// Maximum transmission unit
|
||||
// Default: 1500
|
||||
// Required: false
|
||||
MTU uint64 `url:"mtu,omitempty" json:"mtu,omitempty"`
|
||||
}
|
||||
|
||||
// Update updates external network parameters
|
||||
|
||||
Reference in New Issue
Block a user