Class: VmConfigFileQuery
- Inherits:
-
FileQuery
- Object
- DynamicData
- FileQuery
- VmConfigFileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmConfigFileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
filter - VmConfigFileQueryFilter
details - VmConfigFileQueryFlags
Direct Known Subclasses
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#filter ⇒ Object
Returns the value of attribute filter.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, details = nil) ⇒ VmConfigFileQuery
constructor
A new instance of VmConfigFileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, details = nil) ⇒ VmConfigFileQuery
Returns a new instance of VmConfigFileQuery.
17759 17760 17761 17762 17763 17764 |
# File 'lib/vmware/soap/vim25.rb', line 17759 def initialize(dynamicType = nil, dynamicProperty = [], filter = nil, details = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @filter = filter @details = details end |
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details.
17757 17758 17759 |
# File 'lib/vmware/soap/vim25.rb', line 17757 def details @details end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17755 17756 17757 |
# File 'lib/vmware/soap/vim25.rb', line 17755 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17754 17755 17756 |
# File 'lib/vmware/soap/vim25.rb', line 17754 def dynamicType @dynamicType end |
#filter ⇒ Object
Returns the value of attribute filter.
17756 17757 17758 |
# File 'lib/vmware/soap/vim25.rb', line 17756 def filter @filter end |