Class: VmLogFileInfo
- Inherits:
-
FileInfo
- Object
- DynamicData
- FileInfo
- VmLogFileInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmLogFileInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#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) ⇒ VmLogFileInfo
constructor
A new instance of VmLogFileInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ VmLogFileInfo
Returns a new instance of VmLogFileInfo.
17726 17727 17728 17729 17730 17731 17732 |
# File 'lib/vmware/soap/vim25.rb', line 17726 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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17721 17722 17723 |
# File 'lib/vmware/soap/vim25.rb', line 17721 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17720 17721 17722 |
# File 'lib/vmware/soap/vim25.rb', line 17720 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17723 17724 17725 |
# File 'lib/vmware/soap/vim25.rb', line 17723 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17724 17725 17726 |
# File 'lib/vmware/soap/vim25.rb', line 17724 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17722 17723 17724 |
# File 'lib/vmware/soap/vim25.rb', line 17722 def path @path end |