Sha256: 3adbf22762a523043079d6a80b696aa3837856bee003ce8dbf8f2d0e66118852
Contents?: true
Size: 464 Bytes
Versions: 59
Compression:
Stored size: 464 Bytes
Contents
module Fog module Compute class Vsphere class Real def list_customfields() @connection.serviceContent.customFieldsManager.field.map do |customfield| { :key => customfield.key.to_i, :name => customfield.name, :type => customfield.type } end end end class Mock def list_vm_customfields() end end end end end
Version data entries
59 entries across 59 versions & 5 rubygems