mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1803 from GregSutcliffe/patch-1
Add :id attribute to libvirt nic model
This commit is contained in:
commit
59993b00ae
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module Fog
|
||||||
class Nic < Fog::Model
|
class Nic < Fog::Model
|
||||||
|
|
||||||
identity :mac
|
identity :mac
|
||||||
|
attribute :id
|
||||||
attribute :type
|
attribute :type
|
||||||
attribute :network
|
attribute :network
|
||||||
attribute :bridge
|
attribute :bridge
|
||||||
|
|
Loading…
Reference in a new issue