mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add attribute firewall_policy to nic
This commit is contained in:
parent
044ca68e74
commit
95aad91fba
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module Fog
|
|||
attribute :mac, :type => :string
|
||||
attribute :model, :type => :string
|
||||
attribute :vlan
|
||||
attribute :firewall_policy
|
||||
model_attribute :ip_v4_conf, IPConf
|
||||
model_attribute :ip_v6_conf, IPConf
|
||||
|
||||
|
|
Loading…
Reference in a new issue