Class: VmConfigFileInfo
- Inherits:
-
FileInfo
- Object
- DynamicData
- FileInfo
- VmConfigFileInfo
- 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
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) ⇒ VmConfigFileInfo
constructor
A new instance of VmConfigFileInfo.
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
#configVersion ⇒ Object
Returns the value of attribute configVersion.
17529 17530 17531 |
# File 'lib/vmware/soap/vim25.rb', line 17529 def configVersion @configVersion end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17525 17526 17527 |
# File 'lib/vmware/soap/vim25.rb', line 17525 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17524 17525 17526 |
# File 'lib/vmware/soap/vim25.rb', line 17524 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17527 17528 17529 |
# File 'lib/vmware/soap/vim25.rb', line 17527 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17528 17529 17530 |
# File 'lib/vmware/soap/vim25.rb', line 17528 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17526 17527 17528 |
# File 'lib/vmware/soap/vim25.rb', line 17526 def path @path end |