Module: Vcloud::Core::ComputeMetadata
Instance Method Summary collapse
-
#get_metadata(id) ⇒ Hash
Returns the metadata for a compute resource.
Instance Method Details
#get_metadata(id) ⇒ Hash
Returns the metadata for a compute resource
9 10 11 12 |
# File 'lib/vcloud/core/compute_metadata.rb', line 9 def id = Vcloud::Core::Fog::ServiceInterface.new.(id) MetadataHelper.([:MetadataEntry]) end |