Sha256: fe0c0c686473e934e227fa2cf62189a5332e1d13c405c5396bc9740014b68b9e

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

module Fog
  module Compute
    class Vsphere
      class SCSIController < Fog::Model
        attribute :shared_bus
        attribute :type
        attribute :unit_number
        attribute :key
        attribute :server_id

        def to_s
          "#{type} ##{key}: shared: #{shared_bus}, unit_number: #{unit_number}"
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-vsphere-1.7.0.1 lib/fog/vsphere/models/compute/scsicontroller.rb
fog-vsphere-1.5.0 lib/fog/vsphere/models/compute/scsicontroller.rb
fog-vsphere-1.4.0 lib/fog/vsphere/models/compute/scsicontroller.rb
fog-vsphere-1.3.0 lib/fog/vsphere/models/compute/scsicontroller.rb