# File lib/fog/compute/ecloud.rb, line 664 def description self[:description] || "Description for Backup Service #{name}" end
# File lib/fog/compute/ecloud.rb, line 656 def enabled self[:enabled].to_s.downcase != "false" end
# File lib/fog/compute/ecloud.rb, line 644 def name self[:name] || "Backup Internet Service #{object_id}" end
# File lib/fog/compute/ecloud.rb, line 672 def node_collection @node_collection ||= MockPublicIpInternetServiceNodes.new({}, self) end
# File lib/fog/compute/ecloud.rb, line 648 def protocol self[:protocol] end
Generated with the Darkfish Rdoc Generator 2.