lib/infoblox/resource/network.rb in infoblox-0.0.8 vs lib/infoblox/resource/network.rb in infoblox-0.0.9
- old
+ new
@@ -1,8 +1,9 @@
module Infoblox
class Network < Resource
remote_attr_accessor :network, :extensible_attributes
- remote_attr_writer :auto_create_reversezone
+ remote_post_accessor :auto_create_reversezone
+
attr_accessor :network_view, :network_container
wapi_object "network"
def next_available_ip(num=1)
\ No newline at end of file