Class: TemplateConfigFileInfo

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

Overview

urn:vim25TemplateConfigFileInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TemplateConfigFileInfo.



17556
17557
17558
17559
17560
17561
17562
17563
# File 'lib/vmware/soap/vim25.rb', line 17556

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.



17554
17555
17556
# File 'lib/vmware/soap/vim25.rb', line 17554

def configVersion
  @configVersion
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17550
17551
17552
# File 'lib/vmware/soap/vim25.rb', line 17550

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17549
17550
17551
# File 'lib/vmware/soap/vim25.rb', line 17549

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17552
17553
17554
# File 'lib/vmware/soap/vim25.rb', line 17552

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17553
17554
17555
# File 'lib/vmware/soap/vim25.rb', line 17553

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17551
17552
17553
# File 'lib/vmware/soap/vim25.rb', line 17551

def path
  @path
end