Method: VmDiskFileInfo#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = []) ⇒ VmDiskFileInfo

Returns a new instance of VmDiskFileInfo.



17589
17590
17591
17592
17593
17594
17595
17596
17597
17598
17599
17600
# File 'lib/vmware/soap/vim25.rb', line 17589

def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @path = path
  @fileSize = fileSize
  @modification = modification
  @diskType = diskType
  @capacityKb = capacityKb
  @hardwareVersion = hardwareVersion
  @controllerType = controllerType
  @diskExtents = diskExtents
end