Class: IsoImageFileQuery

Inherits:
FileQuery show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25IsoImageFileQuery

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17836
17837
17838
# File 'lib/vmware/soap/vim25.rb', line 17836

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17835
17836
17837
# File 'lib/vmware/soap/vim25.rb', line 17835

def dynamicType
  @dynamicType
end