1
0
Fork 0
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:
dJason 2014-02-10 10:53:07 -07:00
parent 044ca68e74
commit 95aad91fba

View file

@ -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