Class: Infoblox::Ipv4address

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

Instance Attribute Summary collapse

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_writer, #remote_attribute_hash, remote_attrs, remote_post_accessor, remote_post_attrs, remote_write_only_attrs, resource_map, resource_uri, #resource_uri, wapi_object

Constructor Details

This class inherits a constructor from Infoblox::Resource

Instance Attribute Details

#dhcp_client_identifierObject

Returns the value of attribute dhcp_client_identifier.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def dhcp_client_identifier
  @dhcp_client_identifier
end

#ip_addressObject

Returns the value of attribute ip_address.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def ip_address
  @ip_address
end

#is_conflictObject

Returns the value of attribute is_conflict.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def is_conflict
  @is_conflict
end

#lease_stateObject

Returns the value of attribute lease_state.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def lease_state
  @lease_state
end

#mac_addressObject

Returns the value of attribute mac_address.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def mac_address
  @mac_address
end

#namesObject

Returns the value of attribute names.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def names
  @names
end

#networkObject

Returns the value of attribute network.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def network
  @network
end

#network_viewObject

Returns the value of attribute network_view.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def network_view
  @network_view
end

#objectsObject

Returns the value of attribute objects.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def objects
  @objects
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def status
  @status
end

#typesObject

Returns the value of attribute types.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def types
  @types
end

#usageObject

Returns the value of attribute usage.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def usage
  @usage
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/infoblox/resource/ipv4address.rb', line 3

def username
  @username
end

Instance Method Details

#createObject



23
24
25
# File 'lib/infoblox/resource/ipv4address.rb', line 23

def create
  raise "Not supported"
end

#deleteObject



19
20
21
# File 'lib/infoblox/resource/ipv4address.rb', line 19

def delete
  raise "Not supported"
end

#modifyObject



27
28
29
# File 'lib/infoblox/resource/ipv4address.rb', line 27

def modify
  raise "Not supported"
end