Method: VirtualFloppyImageBackingInfo#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualFloppyImageBackingInfo



25361
25362
25363
25364
25365
25366
# File 'lib/vmware/soap/vim25.rb', line 25361

def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fileName = fileName
  @datastore = datastore
end