Method: HostScsiDisk#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, deviceType = nil, key = nil, uuid = nil, canonicalName = nil, lunType = nil, vendor = nil, model = nil, revision = nil, scsiLevel = nil, serialNumber = nil, durableName = nil, alternateName = [], standardInquiry = [], queueDepth = nil, operationalState = [], capacity = nil, devicePath = nil) ⇒ HostScsiDisk
Returns a new instance of HostScsiDisk.
18378 18379 18380 18381 18382 18383 18384 18385 18386 18387 18388 18389 18390 18391 18392 18393 18394 18395 18396 18397 18398 18399 |
# File 'lib/vmware/soap/vim25.rb', line 18378 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, deviceType = nil, key = nil, uuid = nil, canonicalName = nil, lunType = nil, vendor = nil, model = nil, revision = nil, scsiLevel = nil, serialNumber = nil, durableName = nil, alternateName = [], standardInquiry = [], queueDepth = nil, operationalState = [], capacity = nil, devicePath = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @deviceType = deviceType @key = key @uuid = uuid @canonicalName = canonicalName @lunType = lunType @vendor = vendor @model = model @revision = revision @scsiLevel = scsiLevel @serialNumber = serialNumber @durableName = durableName @alternateName = alternateName @standardInquiry = standardInquiry @queueDepth = queueDepth @operationalState = operationalState @capacity = capacity @devicePath = devicePath end |