Class: VmNvramFileInfo

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

Overview

urn:vim25VmNvramFileInfo

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

Returns a new instance of VmNvramFileInfo.



17704
17705
17706
17707
17708
17709
17710
# File 'lib/vmware/soap/vim25.rb', line 17704

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.



17699
17700
17701
# File 'lib/vmware/soap/vim25.rb', line 17699

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17698
17699
17700
# File 'lib/vmware/soap/vim25.rb', line 17698

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17701
17702
17703
# File 'lib/vmware/soap/vim25.rb', line 17701

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17702
17703
17704
# File 'lib/vmware/soap/vim25.rb', line 17702

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17700
17701
17702
# File 'lib/vmware/soap/vim25.rb', line 17700

def path
  @path
end