Sha256: 5037ce9254f399e8793126a168313333be0bd60a55f91d46ce0e051632457040

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

module Infoblox
  class HostIpv4addr < Resource
    remote_attr_accessor :network, :host, :ipv4addr, :configure_for_dhcp, :mac
    
    wapi_object "record:host_ipv4addr"

    def delete
      raise "Not supported"
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
infoblox-0.2.14 lib/infoblox/resource/host_ipv4addr.rb
infoblox-0.2.13 lib/infoblox/resource/host_ipv4addr.rb
infoblox-0.2.12 lib/infoblox/resource/host_ipv4addr.rb
infoblox-0.2.11 lib/infoblox/resource/host_ipv4addr.rb
infoblox-0.2.9 lib/infoblox/resource/host_ipv4addr.rb
infoblox-0.2.8 lib/infoblox/resource/host_ipv4addr.rb