Parent

Class/Module Index [+]

Quicksearch

Fog::Compute::Vsphere::Servertype

Public Class Methods

new(attributes={} ) click to toggle source
# File lib/fog/vsphere/models/compute/servertype.rb, line 12
def initialize(attributes={} )
  super defaults.merge(attributes)
end

Public Instance Methods

interfacetypes(filters={}) click to toggle source
# File lib/fog/vsphere/models/compute/servertype.rb, line 20
def interfacetypes filters={}
  attributes[:interfacetypes] ||= service.interfacetypes({ :datacenter => datacenter, :servertype => self }.merge(filters))
end
to_s() click to toggle source
# File lib/fog/vsphere/models/compute/servertype.rb, line 16
def to_s
  id
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.