fix(vm.createInterface): syntax fix
This commit is contained in:
parent
399f4d0ea3
commit
7b6f44fb74
@ -1070,7 +1070,7 @@ createInterface.params = {
|
||||
vm: { type: 'string' }
|
||||
network: { type: 'string' }
|
||||
position: { type: ['integer', 'string'], optional: true }
|
||||
mtu: { type: ['integer', 'string', optional: true }
|
||||
mtu: { type: ['integer', 'string'], optional: true }
|
||||
mac: { type: 'string', optional: true }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user