Method: VirtualSerialPortDeviceBackingOption#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSerialPortDeviceBackingOption
Returns a new instance of VirtualSerialPortDeviceBackingOption.
27417 27418 27419 27420 27421 27422 |
# File 'lib/vmware/soap/vim25.rb', line 27417 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |