Model to store the hardware profile applied to an instance together with any instance-specific overrides
# File lib/deltacloud/models/instance_address.rb, line 48 def is_hostname? address_type == :hostname end
# File lib/deltacloud/models/instance_address.rb, line 44 def is_ipv4? address_type == :ipv4 end
# File lib/deltacloud/models/instance_address.rb, line 40 def is_mac? address_type == :mac end
Generated with the Darkfish Rdoc Generator 2.