lib/infoblox/resource/network_container.rb in infoblox-0.2.19 vs lib/infoblox/resource/network_container.rb in infoblox-0.3.0
- old
+ new
@@ -1,10 +1,13 @@
module Infoblox
class NetworkContainer < Resource
- remote_attr_accessor :network, :extensible_attributes
+ remote_attr_accessor :extattrs,
+ :extensible_attributes,
+ :network
+
remote_post_accessor :auto_create_reversezone
attr_accessor :network_view
wapi_object "networkcontainer"
end
-end
\ No newline at end of file
+end