Class: TemplateConfigFileInfo
- Inherits:
-
VmConfigFileInfo
- Object
- DynamicData
- FileInfo
- VmConfigFileInfo
- TemplateConfigFileInfo
- 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
-
#configVersion ⇒ Object
Returns the value of attribute configVersion.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#modification ⇒ Object
Returns the value of attribute modification.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, configVersion = nil) ⇒ TemplateConfigFileInfo
constructor
A new instance of TemplateConfigFileInfo.
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
#configVersion ⇒ Object
Returns the value of attribute configVersion.
17554 17555 17556 |
# File 'lib/vmware/soap/vim25.rb', line 17554 def configVersion @configVersion end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17550 17551 17552 |
# File 'lib/vmware/soap/vim25.rb', line 17550 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17549 17550 17551 |
# File 'lib/vmware/soap/vim25.rb', line 17549 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17552 17553 17554 |
# File 'lib/vmware/soap/vim25.rb', line 17552 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17553 17554 17555 |
# File 'lib/vmware/soap/vim25.rb', line 17553 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17551 17552 17553 |
# File 'lib/vmware/soap/vim25.rb', line 17551 def path @path end |