Class: Infoblox::Ipv4address

Inherits:
Resource show all
Defined in:
lib/infoblox/resource/ipv4address.rb

Instance Attribute Summary

Attributes inherited from Resource

#_ref, #connection

Instance Method Summary collapse

Methods inherited from Resource

_return_fields, all, default_params, find, #get, #initialize, #post, #put, remote_attr_accessor, remote_attr_reader, remote_attr_writer, #remote_attribute_hash, remote_attrs, remote_post_accessor, remote_post_attrs, remote_read_only_attrs, remote_write_only_attrs, resource_map, resource_uri, #resource_uri, wapi_object

Constructor Details

This class inherits a constructor from Infoblox::Resource

Instance Method Details

#createObject

as per the WAPI doc: This object is created only as part of the record.host object, it cannot be created directly.



30
31
32
# File 'lib/infoblox/resource/ipv4address.rb', line 30

def create
  raise "Not supported"
end

#deleteObject



21
22
23
# File 'lib/infoblox/resource/ipv4address.rb', line 21

def delete
  raise "Not supported"
end

#modifyObject



34
35
36
# File 'lib/infoblox/resource/ipv4address.rb', line 34

def modify
  raise "Not supported"
end