Method: VirtualCdromAtapiBackingInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualCdromAtapiBackingInfo
Returns a new instance of VirtualCdromAtapiBackingInfo.
25459 25460 25461 25462 25463 25464 |
# File 'lib/vmware/soap/vim25.rb', line 25459 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect end |