Class: Infoblox::HostIpv4addr

Inherits:
Resource
  • Object
show all
Defined in:
lib/infoblox/resource/host_ipv4addr.rb

Instance Attribute Summary

Attributes inherited from Resource

#_ref

Instance Method Summary collapse

Methods inherited from Resource

_return_fields, all, connection, connection=, default_params, find, #get, #initialize, remote_attr_accessor, remote_attr_writer, #remote_attribute_hash, remote_attrs, remote_post_accessor, remote_post_attrs, remote_write_only_attrs, resource_uri, #resource_uri, wapi_object

Constructor Details

This class inherits a constructor from Infoblox::Resource

Instance Method Details

#deleteObject



15
16
17
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 15

def delete
  raise "Not supported"
end

#postObject



7
8
9
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 7

def post
  raise "Not supported"
end

#putObject



11
12
13
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 11

def put
  raise "Not supported"
end