Class: VmDiskFileInfo

Inherits:
FileInfo show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmDiskFileInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime
diskType - SOAP::SOAPString
capacityKb - SOAP::SOAPLong
hardwareVersion - SOAP::SOAPInt
controllerType - SOAP::SOAPString
diskExtents - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#capacityKbObject

Returns the value of attribute capacityKb.



17584
17585
17586
# File 'lib/vmware/soap/vim25.rb', line 17584

def capacityKb
  @capacityKb
end

#controllerTypeObject

Returns the value of attribute controllerType.



17586
17587
17588
# File 'lib/vmware/soap/vim25.rb', line 17586

def controllerType
  @controllerType
end

#diskExtentsObject

Returns the value of attribute diskExtents.



17587
17588
17589
# File 'lib/vmware/soap/vim25.rb', line 17587

def diskExtents
  @diskExtents
end

#diskTypeObject

Returns the value of attribute diskType.



17583
17584
17585
# File 'lib/vmware/soap/vim25.rb', line 17583

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17579
17580
17581
# File 'lib/vmware/soap/vim25.rb', line 17579

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17578
17579
17580
# File 'lib/vmware/soap/vim25.rb', line 17578

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17581
17582
17583
# File 'lib/vmware/soap/vim25.rb', line 17581

def fileSize
  @fileSize
end

#hardwareVersionObject

Returns the value of attribute hardwareVersion.



17585
17586
17587
# File 'lib/vmware/soap/vim25.rb', line 17585

def hardwareVersion
  @hardwareVersion
end

#modificationObject

Returns the value of attribute modification.



17582
17583
17584
# File 'lib/vmware/soap/vim25.rb', line 17582

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17580
17581
17582
# File 'lib/vmware/soap/vim25.rb', line 17580

def path
  @path
end