Class: VmConfigFileInfo

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

Overview

urn:vim25VmConfigFileInfo

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

Direct Known Subclasses

TemplateConfigFileInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VmConfigFileInfo.



17531
17532
17533
17534
17535
17536
17537
17538
# File 'lib/vmware/soap/vim25.rb', line 17531

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

Instance Attribute Details

#configVersionObject

Returns the value of attribute configVersion.



17529
17530
17531
# File 'lib/vmware/soap/vim25.rb', line 17529

def configVersion
  @configVersion
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17525
17526
17527
# File 'lib/vmware/soap/vim25.rb', line 17525

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17524
17525
17526
# File 'lib/vmware/soap/vim25.rb', line 17524

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17527
17528
17529
# File 'lib/vmware/soap/vim25.rb', line 17527

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17528
17529
17530
# File 'lib/vmware/soap/vim25.rb', line 17528

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17526
17527
17528
# File 'lib/vmware/soap/vim25.rb', line 17526

def path
  @path
end