lib/infoblox/resource/host.rb in infoblox-0.3.2 vs lib/infoblox/resource/host.rb in infoblox-0.3.3

- old
+ new

@@ -1,13 +1,16 @@ module Infoblox class Host < Resource - remote_attr_accessor :extattrs, - :extensible_attributes, - :view, - :aliases, - :configure_for_dns, - :ipv4addrs, - :name + remote_attr_accessor :aliases, + :comment, + :configure_for_dns, + :disable, + :extattrs, + :extensible_attributes, + :ipv4addrs, + :name, + :view, + :zone wapi_object "record:host" ## # The more robust way to add IP addresses to your host record,