Class: Infoblox::HostIpv4addr
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
Instance Method Details
#delete ⇒ Object
15
16
17
|
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 15
def delete
raise "Not supported"
end
|
#post ⇒ Object
7
8
9
|
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 7
def post
raise "Not supported"
end
|
#put ⇒ Object
11
12
13
|
# File 'lib/infoblox/resource/host_ipv4addr.rb', line 11
def put
raise "Not supported"
end
|