Sha256: ce28c2aa3b21da666760ea784dd9d6f184566ee0937b888eddacbe2feb0a99ef

Contents?: true

Size: 525 Bytes

Versions: 28

Compression:

Stored size: 525 Bytes

Contents

require 'fog/core/collection'
require 'fog/vsphere/models/compute/customfield'

module Fog
  module Compute
    class Vsphere
      class Customfields < Fog::Collection
        model Fog::Compute::Vsphere::Customfield

        attr_accessor :vm

        def all(filters = {})
          load service.list_customfields()
        end

        def get(key)
          load(service.list_customfields()).find do | cv |
            cv.key == ((key.is_a? String) ? key.to_i : key)
          end
        end
     end
    end
  end
end

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
fog-1.36.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.35.0 lib/fog/vsphere/models/compute/customfields.rb
fog-2.0.0.pre.0 lib/fog/vsphere/models/compute/customfields.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/vsphere/models/compute/customfields.rb
fog-1.34.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.33.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.32.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.31.0 lib/fog/vsphere/models/compute/customfields.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/vsphere/models/compute/customfields.rb
fog-1.30.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.29.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.28.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.27.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.26.0 lib/fog/vsphere/models/compute/customfields.rb
fog-1.25.0 lib/fog/vsphere/models/compute/customfields.rb
nsidc-fog-1.24.1 lib/fog/vsphere/models/compute/customfields.rb
fog-1.24.0 lib/fog/vsphere/models/compute/customfields.rb
ns-fog-1.22.11 lib/fog/vsphere/models/compute/customfields.rb
ns-fog-1.22.10 lib/fog/vsphere/models/compute/customfields.rb
ns-fog-1.22.9 lib/fog/vsphere/models/compute/customfields.rb