Method: VirtualFloppyRemoteDeviceBackingOption#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualFloppyRemoteDeviceBackingOption
Returns a new instance of VirtualFloppyRemoteDeviceBackingOption.
27515 27516 27517 27518 27519 27520 |
# File 'lib/vmware/soap/vim25.rb', line 27515 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |