# File lib/fog/vsphere/models/compute/interface.rb, line 17 def initialize(attributes={} ) super defaults.merge(attributes) end
# File lib/fog/vsphere/models/compute/interface.rb, line 21 def to_s name end
# File lib/fog/vsphere/models/compute/interface.rb, line 27 def defaults { :name=>"Network adapter", :network=>"VM Network", :summary=>"VM Network", :type=> RbVmomi::VIM::VirtualE1000, } end