Class: FileQuery
- Inherits:
-
DynamicData
- Object
- DynamicData
- FileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
FloppyImageFileQuery, FolderFileQuery, IsoImageFileQuery, VmConfigFileQuery, VmDiskFileQuery, VmLogFileQuery, VmNvramFileQuery, VmSnapshotFileQuery
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ FileQuery
constructor
A new instance of FileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ FileQuery
Returns a new instance of FileQuery.
17742 17743 17744 17745 |
# File 'lib/vmware/soap/vim25.rb', line 17742 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17740 17741 17742 |
# File 'lib/vmware/soap/vim25.rb', line 17740 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17739 17740 17741 |
# File 'lib/vmware/soap/vim25.rb', line 17739 def dynamicType @dynamicType end |