Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Vsphere::Customfields

Attributes

vm[RW]

Public Instance Methods

all(filters = {}) click to toggle source
# File lib/fog/vsphere/models/compute/customfields.rb, line 14
def all(filters = {})
  load service.list_customfields()
end
get(key) click to toggle source
# File lib/fog/vsphere/models/compute/customfields.rb, line 18
def get(key)
  load(service.list_customfields()).find do | cv | 
    cv.key == ((key.is_a? String) ? key.to_i : key)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.