Class: TemplateConfigFileQuery
- Inherits:
-
VmConfigFileQuery
- Object
- DynamicData
- FileQuery
- VmConfigFileQuery
- TemplateConfigFileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TemplateConfigFileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
filter - VmConfigFileQueryFilter
details - VmConfigFileQueryFlags
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) ⇒ TemplateConfigFileQuery
constructor
A new instance of TemplateConfigFileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, details = nil) ⇒ TemplateConfigFileQuery
Returns a new instance of TemplateConfigFileQuery.
17778 17779 17780 17781 17782 17783 |
# File 'lib/vmware/soap/vim25.rb', line 17778 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.
17776 17777 17778 |
# File 'lib/vmware/soap/vim25.rb', line 17776 def details @details end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17774 17775 17776 |
# File 'lib/vmware/soap/vim25.rb', line 17774 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17773 17774 17775 |
# File 'lib/vmware/soap/vim25.rb', line 17773 def dynamicType @dynamicType end |
#filter ⇒ Object
Returns the value of attribute filter.
17775 17776 17777 |
# File 'lib/vmware/soap/vim25.rb', line 17775 def filter @filter end |