Class: Fog::Compute::Vsphere::SCSIController
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Vsphere::SCSIController
- Defined in:
- lib/fog/vsphere/models/compute/scsicontroller.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/fog/vsphere/models/compute/scsicontroller.rb', line 10 def to_s "#{type} ##{key}: shared: #{shared_bus}, unit_number: #{unit_number}" end |