Class: VmLogFileInfo

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

Overview

urn:vim25VmLogFileInfo

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) ⇒ VmLogFileInfo

Returns a new instance of VmLogFileInfo.



17726
17727
17728
17729
17730
17731
17732
# File 'lib/vmware/soap/vim25.rb', line 17726

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.



17721
17722
17723
# File 'lib/vmware/soap/vim25.rb', line 17721

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17720
17721
17722
# File 'lib/vmware/soap/vim25.rb', line 17720

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17723
17724
17725
# File 'lib/vmware/soap/vim25.rb', line 17723

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17724
17725
17726
# File 'lib/vmware/soap/vim25.rb', line 17724

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17722
17723
17724
# File 'lib/vmware/soap/vim25.rb', line 17722

def path
  @path
end