Class: FileInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- FileInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime
Direct Known Subclasses
FloppyImageFileInfo, FolderFileInfo, IsoImageFileInfo, VmConfigFileInfo, VmDiskFileInfo, VmLogFileInfo, VmNvramFileInfo, VmSnapshotFileInfo
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) ⇒ FileInfo
constructor
A new instance of FileInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ FileInfo
Returns a new instance of FileInfo.
17507 17508 17509 17510 17511 17512 17513 |
# File 'lib/vmware/soap/vim25.rb', line 17507 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.
17502 17503 17504 |
# File 'lib/vmware/soap/vim25.rb', line 17502 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17501 17502 17503 |
# File 'lib/vmware/soap/vim25.rb', line 17501 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17504 17505 17506 |
# File 'lib/vmware/soap/vim25.rb', line 17504 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17505 17506 17507 |
# File 'lib/vmware/soap/vim25.rb', line 17505 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17503 17504 17505 |
# File 'lib/vmware/soap/vim25.rb', line 17503 def path @path end |