Method: DiskNotSupported#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], disk = nil) ⇒ DiskNotSupported

Returns a new instance of DiskNotSupported.



33125
33126
33127
33128
33129
# File 'lib/vmware/soap/vim25.rb', line 33125

def initialize(dynamicType = nil, dynamicProperty = [], disk = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @disk = disk
end