Method: VirtualSCSIPassthroughDeviceBackingOption#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSCSIPassthroughDeviceBackingOption

Returns a new instance of VirtualSCSIPassthroughDeviceBackingOption.



27398
27399
27400
27401
27402
27403
# File 'lib/vmware/soap/vim25.rb', line 27398

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
end