Class: IsoImageFileInfo

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

Overview

urn:vim25IsoImageFileInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ IsoImageFileInfo

Returns a new instance of IsoImageFileInfo.



17660
17661
17662
17663
17664
17665
17666
# File 'lib/vmware/soap/vim25.rb', line 17660

def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @path = path
  @fileSize = fileSize
  @modification = modification
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17655
17656
17657
# File 'lib/vmware/soap/vim25.rb', line 17655

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17654
17655
17656
# File 'lib/vmware/soap/vim25.rb', line 17654

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17657
17658
17659
# File 'lib/vmware/soap/vim25.rb', line 17657

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17658
17659
17660
# File 'lib/vmware/soap/vim25.rb', line 17658

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17656
17657
17658
# File 'lib/vmware/soap/vim25.rb', line 17656

def path
  @path
end