# File lib/fog/vcloud_director/generators/compute/metadata.rb, line 79 def metadata_entry(key, value) <MetadataEntry type="application/vnd.vmware.vcloud.metadata.value+xml"> <Key>#{key}</Key> <TypedValue xsi:type="MetadataStringValue"> <Value>#{value}</Value> </TypedValue> </MetadataEntry> end
Generated with the Darkfish Rdoc Generator 2.