Class: VmConfigFileQueryFlags
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmConfigFileQueryFlags
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmConfigFileQueryFlags
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
configVersion - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#configVersion ⇒ Object
Returns the value of attribute configVersion.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) ⇒ VmConfigFileQueryFlags
constructor
A new instance of VmConfigFileQueryFlags.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) ⇒ VmConfigFileQueryFlags
Returns a new instance of VmConfigFileQueryFlags.
17908 17909 17910 17911 17912 |
# File 'lib/vmware/soap/vim25.rb', line 17908 def initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @configVersion = configVersion end |
Instance Attribute Details
#configVersion ⇒ Object
Returns the value of attribute configVersion.
17906 17907 17908 |
# File 'lib/vmware/soap/vim25.rb', line 17906 def configVersion @configVersion end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17905 17906 17907 |
# File 'lib/vmware/soap/vim25.rb', line 17905 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17904 17905 17906 |
# File 'lib/vmware/soap/vim25.rb', line 17904 def dynamicType @dynamicType end |