Sha256: cc5284063923af459ee7633c4d9e7fefee3038dffca16758170090f489337291
Contents?: true
Size: 465 Bytes
Versions: 54
Compression:
Stored size: 465 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
54 entries across 54 versions & 3 rubygems