# File lib/fog/vsphere/models/compute/scsicontroller.rb, line 11 def initialize(attributes = {}) super self.key ||= 1000 end
# File lib/fog/vsphere/models/compute/scsicontroller.rb, line 16 def to_s "#{type} ##{key}: shared: #{shared_bus}, unit_number: #{unit_number}" end