Method: InvalidDeviceBacking#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ InvalidDeviceBacking

Returns a new instance of InvalidDeviceBacking.



32523
32524
32525
32526
32527
32528
# File 'lib/vmware/soap/vim25.rb', line 32523

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