lib/fog/compute/huaweicloud/models/os_interface.rb in fog-huaweicloud-0.1.2 vs lib/fog/compute/huaweicloud/models/os_interface.rb in fog-huaweicloud-0.1.3

- old
+ new

@@ -5,10 +5,10 @@ class HuaweiCloud class OsInterface < Fog::HuaweiCloud::Model identity :port_id attribute :fixed_ips, :type => :array attribute :mac_addr - attribute :net_id + attribute :subnet_id attribute :port_state end end end end