Class: IsoImageFileQuery
- Inherits:
-
FileQuery
- Object
- DynamicData
- FileQuery
- IsoImageFileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IsoImageFileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
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 = []) ⇒ IsoImageFileQuery
constructor
A new instance of IsoImageFileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ IsoImageFileQuery
Returns a new instance of IsoImageFileQuery.
17838 17839 17840 17841 |
# File 'lib/vmware/soap/vim25.rb', line 17838 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17836 17837 17838 |
# File 'lib/vmware/soap/vim25.rb', line 17836 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17835 17836 17837 |
# File 'lib/vmware/soap/vim25.rb', line 17835 def dynamicType @dynamicType end |