class Fog::Compute::Vsphere::SCSIController

Public Instance Methods

to_s() click to toggle source
# File lib/fog/vsphere/models/compute/scsicontroller.rb, line 10
def to_s
  "#{type} ##{key}: shared: #{shared_bus}, unit_number: #{unit_number}"
end