Class: Infoblox::Ipv4address
- Defined in:
- lib/infoblox/resource/ipv4address.rb
Instance Attribute Summary collapse
-
#dhcp_client_identifier ⇒ Object
Returns the value of attribute dhcp_client_identifier.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#is_conflict ⇒ Object
Returns the value of attribute is_conflict.
-
#lease_state ⇒ Object
Returns the value of attribute lease_state.
-
#mac_address ⇒ Object
Returns the value of attribute mac_address.
-
#names ⇒ Object
Returns the value of attribute names.
-
#network ⇒ Object
Returns the value of attribute network.
-
#network_view ⇒ Object
Returns the value of attribute network_view.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#status ⇒ Object
Returns the value of attribute status.
-
#types ⇒ Object
Returns the value of attribute types.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#username ⇒ Object
Returns the value of attribute username.
Attributes inherited from Resource
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_identifier ⇒ Object
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_address ⇒ Object
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_conflict ⇒ Object
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_state ⇒ Object
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_address ⇒ Object
Returns the value of attribute mac_address.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def mac_address @mac_address end |
#names ⇒ Object
Returns the value of attribute names.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def names @names end |
#network ⇒ Object
Returns the value of attribute network.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def network @network end |
#network_view ⇒ Object
Returns the value of attribute network_view.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def network_view @network_view end |
#objects ⇒ Object
Returns the value of attribute objects.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def objects @objects end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def status @status end |
#types ⇒ Object
Returns the value of attribute types.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def types @types end |
#usage ⇒ Object
Returns the value of attribute usage.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def usage @usage end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/infoblox/resource/ipv4address.rb', line 3 def username @username end |
Instance Method Details
#create ⇒ Object
23 24 25 |
# File 'lib/infoblox/resource/ipv4address.rb', line 23 def create raise "Not supported" end |
#delete ⇒ Object
19 20 21 |
# File 'lib/infoblox/resource/ipv4address.rb', line 19 def delete raise "Not supported" end |
#modify ⇒ Object
27 28 29 |
# File 'lib/infoblox/resource/ipv4address.rb', line 27 def modify raise "Not supported" end |