Class: VmConfigFileQueryFilter
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmConfigFileQueryFilter
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmConfigFileQueryFilter
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
matchConfigVersion - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#matchConfigVersion ⇒ Object
Returns the value of attribute matchConfigVersion.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], matchConfigVersion = []) ⇒ VmConfigFileQueryFilter
constructor
A new instance of VmConfigFileQueryFilter.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], matchConfigVersion = []) ⇒ VmConfigFileQueryFilter
Returns a new instance of VmConfigFileQueryFilter.
17892 17893 17894 17895 17896 |
# File 'lib/vmware/soap/vim25.rb', line 17892 def initialize(dynamicType = nil, dynamicProperty = [], matchConfigVersion = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @matchConfigVersion = matchConfigVersion end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17889 17890 17891 |
# File 'lib/vmware/soap/vim25.rb', line 17889 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17888 17889 17890 |
# File 'lib/vmware/soap/vim25.rb', line 17888 def dynamicType @dynamicType end |
#matchConfigVersion ⇒ Object
Returns the value of attribute matchConfigVersion.
17890 17891 17892 |
# File 'lib/vmware/soap/vim25.rb', line 17890 def matchConfigVersion @matchConfigVersion end |